]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
fix
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 03:12:12 +0000 (03:12 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 4 Aug 2006 03:12:12 +0000 (03:12 +0000)
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