From da722425263b8e1a88db960407d70e17b0533490 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 12 Jun 2016 19:05:39 +0200 Subject: [PATCH] Fix syntax error --- admin_manual/conf.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index 3a2142752..e59508d48 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -237,15 +237,9 @@ texinfo_documents = [ ('contents', 'Nextcloud Server Admin Manual', u'Nextcloud # Bibliographic Dublin Core info. epub_title = u'Nextcloud Server Administration Manual' -<<<<<<< HEAD epub_author = u'The Nextcloud developers' epub_publisher = u'The Nextcloud developers' -epub_copyright = u'2012-2016, The Nextcloud developers' -======= -epub_author = u'The ownCloud developers' -epub_publisher = u'The ownCloud developers' -epub_copyright = u'2016, The ownCloud developers' ->>>>>>> stable9 +epub_copyright = u'2016, The Nextcloud developers' # The language of the text. It defaults to the language option # or en if the language is not set.