From ea63ce509acc71874cfaf59e809e8f0ae76f16e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Tue, 25 Mar 2003 16:07:19 +0000 Subject: [PATCH] changed "react" to "comment" in commentlink_macro() --- code/Story/macros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Story/macros.js b/code/Story/macros.js index a18eee41..0c5e97cb 100644 --- a/code/Story/macros.js +++ b/code/Story/macros.js @@ -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(); }