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')) {