Fix messages of unfound tokens
[citadel.git] / webcit / static / t / view_blog / comment_box.html
index b5fd223fe72f864b0adae25fa8cd38dc5d7d2ece..6b8292c49e9295073aab7a1d059ec68f1345e1d1 100644 (file)
@@ -10,7 +10,7 @@ function submit_comment() {
  method="POST" action="post" onSubmit="submit_comment();">
 <input type="hidden" name="postseq" value="<?DATE:NOW:NO>">
 <input type="hidden" name="nonce" value="<?NONCE>">
-<input type="hidden" name="force_room" value="<?ROOMNAME("X")>">
+<input type="hidden" name="force_room" value="<?THISROOM:NAME("X")>">
 <input type="hidden" name="references" id="comment_form_references" /><br>
 <textarea name="msgtext" id="comment_form_msgtext" cols=80 rows=10 style="width:98%"
        <?!("COND:LOGGEDIN",1)>