From e9afef9e72cbb962f8f48c2effdd415e4777153e Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Tue, 2 Sep 2008 16:33:22 +0000 Subject: Fix URL of HTML 4.01 DTD url --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 8b76f4c..0d137c9 100644 --- a/it_html.class +++ b/it_html.class @@ -60,7 +60,7 @@ function it_html($p = array()) # We know these doctypes. If you need something else, supply 'doctype' in p $this->doctypes = array( - 'html' => '', + 'html' => '', 'xhtml' => '', 'xhtml-mobile' => '' ); -- cgit v1.2.3