diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 03:12:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-04 03:12:12 +0000 |
commit | d9ea7d5b0b8f6d224fa909b11c53607f2ae39fa9 (patch) | |
tree | f79dac1c3eb9c7f38f1fd77724f64684d0e9f71d | |
parent | 4c3e9f00442bb57decb844ae2a8e227ce425b8e6 (diff) |
fix
-rw-r--r-- | IkiWiki/Plugin/html.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/html.pm b/IkiWiki/Plugin/html.pm index cf3d4506e..8d3187a71 100644 --- a/IkiWiki/Plugin/html.pm +++ b/IkiWiki/Plugin/html.pm @@ -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 |