noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 92/151: Fix config.inc.php : add carriage ret


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 92/151: Fix config.inc.php : add carriage return
Date: Sat, 4 Feb 2017 17:14:30 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0979d7406c5ced85221b3d2274c5727bc1e4dc3c
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 5 22:01:42 2016 +0100

    Fix config.inc.php : add carriage return
---
 include/lib/config_file.php |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index c5e0459..09edd1d 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -206,7 +206,9 @@ function display_file_config($p_array,$from_setup=1,$p_os=1)
     print ( '// define ("FIX_BROKEN_PDF","NO");');
     print ("\r\n");
     print ("// Uncomment if you want to convert to PDF");
+    print ("\r\n");
     print ("// With the unoconv tool");
+    print ("\r\n");
     print ( "//define ('OFFICE','HOME=/tmp unoconv ');");
     print ("\r\n");
     print ("//define ('GENERATE_PDF','YES');");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]