]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/html.pm
* Add xhtml files to the default prune regexp.
[ikiwiki.git] / IkiWiki / Plugin / html.pm
index 6bf813292e1566a6dc6c03c14818685dd3bc473b..cf3d4506ebd8837b3c33af4832b6b69d7b1a58bc 100644 (file)
@@ -12,7 +12,7 @@ sub import { #{{{
 
        # ikiwiki defaults to skipping .html files as a security measure;
        # make it process them so this plugin can take effect
-       $IkiWiki::config{wiki_file_prune_regexp} =~ s/\|\\\.html\?\$//;
+       $IkiWiki::config{wiki_file_prune_regexp} =~ s/\|\\\.x?html\?\$//;
 } # }}}
 
 1