From df075c96e0652cfd21cf49f9bdf96652cdb72b38 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" <edwardzyang@thewritingpot.com> Date: Sun, 10 Sep 2006 19:48:40 +0000 Subject: [PATCH] Rename default skin to plain skin to allow directory browsing. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@397 48356398-32a2-884e-a903-53898d9a118a --- configdoc/generate.php | 2 +- configdoc/styles/{default.xsl => plain.xsl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configdoc/styles/{default.xsl => plain.xsl} (100%) diff --git a/configdoc/generate.php b/configdoc/generate.php index d0f2f831..aacab336 100644 --- a/configdoc/generate.php +++ b/configdoc/generate.php @@ -88,7 +88,7 @@ foreach($definition->info as $namespace_name => $namespace_info) { $dom_document->save('output/configdoc.xml'); // load the stylesheet -$xsl_stylesheet_name = 'default'; +$xsl_stylesheet_name = 'plain'; $xsl_stylesheet = "styles/$xsl_stylesheet_name.xsl"; $xsl_dom_stylesheet = new DOMDocument(); $xsl_dom_stylesheet->load($xsl_stylesheet); diff --git a/configdoc/styles/default.xsl b/configdoc/styles/plain.xsl similarity index 100% rename from configdoc/styles/default.xsl rename to configdoc/styles/plain.xsl