From: henoheno Date: Mon, 10 Jan 2005 00:45:50 +0000 (+0900) Subject: PukiWiki publishes html tag with lower case, so DOCTYPE must use lowercase 'html... X-Git-Tag: r1_5_0_rc1~644 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff810438e1d70b83ee8e341798b70f563747d4ff;p=pukiwiki%2Fpukiwiki.git PukiWiki publishes html tag with lower case, so DOCTYPE must use lowercase 'html' (Commented by okkez and Another HTML-lint) --- diff --git a/lib/html.php b/lib/html.php index a74eda5..e54c2b1 100644 --- a/lib/html.php +++ b/lib/html.php @@ -1,6 +1,6 @@ ' . "\n"; // Output doctype - echo '' . "\n"; + echo '' . "\n"; // Output start tag echo '