From e1a5d10e753c028f22375f3734e2bbeede33d285 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 30 Jan 2007 00:34:23 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@702 48356398-32a2-884e-a903-53898d9a118a --- configdoc/generate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configdoc/generate.php b/configdoc/generate.php index 14335e98..d5966e2e 100644 --- a/configdoc/generate.php +++ b/configdoc/generate.php @@ -188,7 +188,7 @@ $xsl_processor->importStylesheet($xsl_dom_stylesheet); $html_output = $xsl_processor->transformToXML($dom_document); // some slight fudges to preserve backwards compatibility -$html_output = str_replace('/>', ' />', $html_output); //
not
+$html_output = str_replace('/>', ' />', $html_output); //
not
$html_output = str_replace(' xmlns=""', '', $html_output); // rm unnecessary xmlns if (class_exists('Tidy')) {