[geeklog-cvs] geeklog: Denim: changed doctype from 'HTML 4.01 Strict' to 'XHTM...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Apr 30 05:52:39 EDT 2012


changeset 8654:4db1e1ccb0b8
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4db1e1ccb0b8
user: dengen
date: Mon Apr 30 18:46:03 2012 +0900
description:
Denim: changed doctype from 'HTML 4.01 Strict' to 'XHTML 1.0 Transitional'.

diffstat:

 public_html/layout/denim/functions.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3a934ef56c71 -r 4db1e1ccb0b8 public_html/layout/denim/functions.php
--- a/public_html/layout/denim/functions.php	Mon Apr 30 18:34:24 2012 +0900
+++ b/public_html/layout/denim/functions.php	Mon Apr 30 18:46:03 2012 +0900
@@ -46,7 +46,7 @@
 {
     return array(
         'image_type' => 'png',
-        'doctype'    => 'html401strict'
+        'doctype'    => 'xhtml10transitional'
     );
 }
 



More information about the geeklog-cvs mailing list