[geeklog-hg] geeklog: Added a linefeed code to the Doctype in order to improv...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jun 27 06:38:09 EDT 2013


changeset 9134:f5ee8ffd5038
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f5ee8ffd5038
user: dengen
date: Thu Jun 27 19:37:50 2013 +0900
description:
Added a linefeed code to the Doctype in order to improve the readability of the HTML source code

diffstat:

 public_html/lib-common.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 21069a7b82d0 -r f5ee8ffd5038 public_html/lib-common.php
--- a/public_html/lib-common.php	Thu Jun 27 19:20:25 2013 +0900
+++ b/public_html/lib-common.php	Thu Jun 27 19:37:50 2013 +0900
@@ -1041,7 +1041,7 @@
     // Allow anything not in the blocks but in the rest of the template file to be displayed
     $header->parse('menu_elements', 'menunavigation', true);
     
-    $header->set_var('doctype', $doctype);
+    $header->set_var('doctype', $doctype . LB);
     
     if (XHTML == '') {
         $header->set_var('xmlns', '');
@@ -1762,7 +1762,7 @@
     
     $header->parse('menu_elements', 'menunavigation', true);    
     
-    $header->set_var('doctype', $doctype);
+    $header->set_var('doctype', $doctype . LB);
     
     if (XHTML == '') {
         $header->set_var('xmlns', '');



More information about the geeklog-cvs mailing list