fix redefinition of $author

master
Joey Hess 2008-12-12 15:22:43 -05:00
parent 9557c7c890
commit 928f6938d2
1 changed files with 0 additions and 2 deletions

View File

@ -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?