projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9557c7c
)
fix redefinition of $author
author
Joey Hess
<joey@kodama.kitenet.net>
Fri, 12 Dec 2008 20:22:43 +0000
(15:22 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Fri, 12 Dec 2008 20:22:43 +0000
(15:22 -0500)
IkiWiki/Plugin/comments.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/comments.pm
b/IkiWiki/Plugin/comments.pm
index c458ea9dab55ef2b20e18cbe48b6191066dcfafd..972d069d50605d22afed0e79e23a6a9df5fb8e51 100644
(file)
--- a/
IkiWiki/Plugin/comments.pm
+++ b/
IkiWiki/Plugin/comments.pm
@@
-403,8
+403,6
@@
sub sessioncgi ($$) { #{{{
$location = "$page/${comments_pagename}${i}";
} while (-e "$config{srcdir}/$location._comment");
- my $anchor = "${comments_pagename}${i}";
-
my $content = "[[!_comment format=$type\n";
# FIXME: handling of double quotes probably wrong?