From d4d48bc20a8def577a788d0db04b00826c184357 Mon Sep 17 00:00:00 2001 From: Kenji ITO Date: Mon, 12 Dec 2016 06:58:51 +0900 Subject: [PATCH] Updated the lm tool --- system/build/lm/lm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/build/lm/lm.php b/system/build/lm/lm.php index d7401a22e..3243e4262 100644 --- a/system/build/lm/lm.php +++ b/system/build/lm/lm.php @@ -112,12 +112,12 @@ function separator() { - echo '###############################################################################' . PHP_EOL; + echo "###############################################################################\n"; } function separatorThin() { - echo '// +---------------------------------------------------------------------------+' . PHP_EOL; + echo "// +---------------------------------------------------------------------------+\n"; } /**