changed "react" to "comment" in commentlink_macro()

This commit is contained in:
Tobi Schäfer 2003-03-25 16:07:19 +00:00
parent 46cfd039f3
commit ea63ce509a

View file

@ -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();
}