From 362a3295563a11ae93370d365d9b0369d0726199 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Jan 2009 19:34:50 -0500 Subject: remove xxx comment IIRC I analised this and the code is right --- IkiWiki/Plugin/comments.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'IkiWiki/Plugin/comments.pm') 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"), -- cgit v1.2.3