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:
parent
fbaa909d25
commit
df075c96e0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user