Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud-config-converter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.php b/convert.php
index a7bcc3b..6d9fe57 100644
--- a/convert.php
+++ b/convert.php
@@ -233,7 +233,7 @@ $configDocumentationOutput .= "DEFAULT_SECTION_START\n\n";
// append first paragraph
$configDocumentationOutput .= $outputFirstParagraph;
// append end placeholder
-$configDocumentationOutput .= ".. DEFAULT_SECTION_END";
+$configDocumentationOutput .= "\n.. DEFAULT_SECTION_END";
$tmp = explode('DEFAULT_SECTION_END', $tmp[1]);
if(count($tmp) !== 2) {