mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-10 01:06:20 +02: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:
@ -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);
|
||||
|
Reference in New Issue
Block a user