From d8819689b1f7ffe80164f223b38f071c0783cd38 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 4 Aug 2006 02:35:54 +0000 Subject: * Add xhtml files to the default prune regexp. --- IkiWiki/Plugin/html.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/html.pm b/IkiWiki/Plugin/html.pm index 6bf813292..cf3d4506e 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/\|\\\.html\?\$//; + $IkiWiki::config{wiki_file_prune_regexp} =~ s/\|\\\.x?html\?\$//; } # }}} 1 -- cgit v1.2.3