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:
authorMorris Jobke <hey@morrisjobke.de>2015-10-14 08:57:01 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-10-14 08:57:01 +0300
commitb769f52c3f3b20979b2f5b8a0c5d7637e75f5755 (patch)
tree6a6a02bc9bda0305756285753eef1121db0a9ed9
parentee354706185a104053929ed90ea85bf86bc36f1a (diff)
add needed new line
-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) {