diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:22:43 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:22:43 -0500 |
commit | 928f6938d25c1d72ab81d75e8b67ab32e45df89c (patch) | |
tree | f008d7ffee269758c996bd050406c799517f3f17 /IkiWiki/Plugin | |
parent | 9557c7c8905f08361aabd1215fa3bc19badf9a4f (diff) |
fix redefinition of $author
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 c458ea9da..972d069d5 100644 --- 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? |