fix redefinition of $author
parent
9557c7c890
commit
928f6938d2
|
@ -403,8 +403,6 @@ sub sessioncgi ($$) { #{{{
|
||||||
$location = "$page/${comments_pagename}${i}";
|
$location = "$page/${comments_pagename}${i}";
|
||||||
} while (-e "$config{srcdir}/$location._comment");
|
} while (-e "$config{srcdir}/$location._comment");
|
||||||
|
|
||||||
my $anchor = "${comments_pagename}${i}";
|
|
||||||
|
|
||||||
my $content = "[[!_comment format=$type\n";
|
my $content = "[[!_comment format=$type\n";
|
||||||
|
|
||||||
# FIXME: handling of double quotes probably wrong?
|
# FIXME: handling of double quotes probably wrong?
|
||||||
|
|
Loading…
Reference in New Issue