diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 19:34:50 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-16 19:34:50 -0500 |
commit | 362a3295563a11ae93370d365d9b0369d0726199 (patch) | |
tree | 1561ea08fc92ef6b1e0629e8c79f4cb65fe1e6bc /IkiWiki/Plugin | |
parent | 63fe022602b622eb80bd38d64ee272b543ce0418 (diff) |
remove xxx comment
IIRC I analised this and the code is right
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index 1c4ab4895..16f9a873f 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -343,8 +343,6 @@ sub sessioncgi ($$) { error(gettext("bad page name")); } - # FIXME: is this right? Or should we be using the candidate subpage - # (whatever that might mean) as the base URL? my $baseurl = urlto($page, undef, 1); $form->title(sprintf(gettext("commenting on %s"), |