]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
po plugin: update doc (move finished item from todo)
[ikiwiki.git] / IkiWiki.pm
index f2b50e77aa887a82b0e57377f2ee9cfca19713c7..36e85d4135f146e321c5e07b4917444afcbc232e 100644 (file)
@@ -938,7 +938,7 @@ sub beautify_urlpath ($) { #{{{
                $url =~ s!/index.$config{htmlext}$!/!;
        }
 
-       run_hooks(urlpath => sub {
+       run_hooks(tweakurlpath => sub {
                $url=shift->(url => $url);
        });