0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 08:21:52 +00:00

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
This commit is contained in:
Edward Z. Yang 2006-09-10 19:48:40 +00:00
parent fbaa909d25
commit df075c96e0
2 changed files with 1 additions and 1 deletions

View File

@ -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);