removed "?" from urlparam and "#" from anchor parameters in link macros

This commit is contained in:
Tobi Schäfer 2002-06-04 17:58:19 +00:00
parent fb002dab12
commit adb5fd01a4
5 changed files with 52 additions and 53 deletions

View file

@ -213,7 +213,6 @@ function commentcounter_macro(param) {
var commentCnt = this.comments.count();
if (!param.linkto)
param.linkto = "main";
param.anchor = param.anchor;
if (commentCnt == 0) {
res.write(commentCnt + (param.no ? param.no : " comments"));
} else {