removed "?" from urlparam and "#" from anchor parameters in link macros
This commit is contained in:
parent
fb002dab12
commit
adb5fd01a4
5 changed files with 52 additions and 53 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue