From d9ea7d5b0b8f6d224fa909b11c53607f2ae39fa9 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 4 Aug 2006 03:12:12 +0000 Subject: [PATCH] fix --- IkiWiki/Plugin/html.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890