added missing return
This commit is contained in:
parent
6c7a5e69a2
commit
9aa6137b2a
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ function topiclist_macro(param) {
|
|||
Html.link({href: topic.href()}, topic.groupname);
|
||||
res.write(param.itemsuffix);
|
||||
}
|
||||
return;
|
||||
}
|
Loading…
Add table
Reference in a new issue