]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/edittemplate.pm
Indicate how the UUID is likely to be used
[git.ikiwiki.info.git] / IkiWiki / Plugin / edittemplate.pm
index c61f6336be59abb88243a4ae0059fd872a46109f..947c8f215302bdc04b9fbd9b0dbd891740542e14 100644 (file)
@@ -157,7 +157,6 @@ sub filltemplate ($$) {
 
        my $time = time();
        $template->param(time => IkiWiki::formattime($time, "%Y-%m-%d %H:%M:%S"));
-       $template->param(formatted_time => IkiWiki::formattime($time));
 
        return $template->output;
 }