]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/html.pm
* Improve markdown loading. First, try to load it as a properl perl module,
[ikiwiki.git] / IkiWiki / Plugin / html.pm
index cf3d4506ebd8837b3c33af4832b6b69d7b1a58bc..8d3187a71f50ffbf33152fed8999b3802d7df4f5 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/\|\\\.x?html\?\$//;
+       $IkiWiki::config{wiki_file_prune_regexp} =~ s/\|\\\.x\?html\?\$//;
 } # }}}
 
 1