summaryrefslogtreecommitdiff
path: root/modules/forum/forum.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.module')
-rw-r--r--modules/forum/forum.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 7ebfacb07..516da7df5 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -218,7 +218,7 @@ function forum_form(&$node, &$error) {
$output .= form_checkbox(t("Leave shadow copy"), "shadow", 1, $node->shadow, t("If you move this topic, you can leave a link in the old forum to the new forum."));
}
- $output .= form_textarea(t("Body"), "body", $node->body, 60, 10);
+ $output .= form_textarea(t("Body"), "body", $node->body, 60, 10, filter_tips_short());
return $output;
}
@@ -288,7 +288,7 @@ function forum_get_forums($tid = 0) {
else {
$forums = unserialize($cache->data);
}
-
+
return $forums;
}