]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Render.pm
disable feeds
[ikiwiki.git] / IkiWiki / Render.pm
index 8e8336b994070f442061e8bc2929525a77033549..5288abc6dc40549c8debe95c6259172deb51b7b1 100644 (file)
@@ -93,7 +93,7 @@ sub genpage ($$) {
        }
        if (defined $config{historyurl} && length $config{historyurl}) {
                my $u=$config{historyurl};
-               my $p=uri_escape_utf8($pagesources{$page});
+               my $p=uri_escape_utf8($pagesources{$page}, '^A-Za-z0-9\-\._~/');
                $u=~s/\[\[file\]\]/$p/g;
                $template->param(historyurl => $u);
                $actions++;