From 790586e44ce73838485544549dda4042e144f80a Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 11 Oct 2007 03:18:56 +0000 Subject: Make validator.w3.org happy about xhtml pages --- 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 4c5be62..4f1e837 100644 --- a/it_html.class +++ b/it_html.class @@ -122,7 +122,7 @@ function html($args) $p += $this->p; $html = ($p['doctype'] ? $p['doctype'] : $this->doctypes[$p['htmltype']]) . "\n" . - '\n" . $data . ($p['omit_endhtml'] ? '' : "\n"); + '\n" . $data . ($p['omit_endhtml'] ? '' : "\n"); return EDC('re') ? it::replace(array('' => ''), $html, array('singleline' => true)) : $html; } -- cgit v1.2.3