There is a Typo in
RenderAddComment, which creates an ugly
" }%
after the Comments.
The Error is in line:
%COMMENT{type="comment" target="%IFDEFINED{"%TARGET%" then="$test" else="%BASEWEB%.%BASETOPIC%#AddComment" glue="off" }%" }%
should be:
%COMMENT{type="comment" target="%IFDEFINED{"%TARGET%" then="$test" else="%BASEWEB%.%BASETOPIC%#AddComment" glue="off" }%
--
TWiki:Main/WolfgangBertl
- 11 Dec 2007
Shesk! Thanks for catching these Wolfgang! I've checked in the correction.
--
TWiki:Main.LynnwoodBrown
- 11 Dec 2007
Hm, that can't be correct! This is missing closing of the
target
attribute of the COMMENT. Guess there's some other problem lurking.
--
TWiki:Main.FranzJosefGigler
- 12 Dec 2007