changed "react" to "comment" in commentlink_macro()
This commit is contained in:
parent
46cfd039f3
commit
ea63ce509a
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ function commentlink_macro(param) {
|
|||
if (!this.discussions || !this.site.discussions)
|
||||
return;
|
||||
openLink(this.href(param.to ? param.to : "comment"));
|
||||
res.write(param.text ? param.text : "react");
|
||||
res.write(param.text ? param.text : "comment");
|
||||
closeLink();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue