From 02c622dea123ff89ca45d19bd4ee402f8cf74a00 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 Jan 2004 22:10:47 +0000 Subject: - Patch 4332 by Goba: eliminate compose tips module. --- modules/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/book.module') diff --git a/modules/book.module b/modules/book.module index b97c76f5d..92abb07db 100644 --- a/modules/book.module +++ b/modules/book.module @@ -185,7 +185,7 @@ function book_form(&$node, &$error) { $output .= implode("", taxonomy_node_form("book", $node)); } - $output .= form_textarea(t("Body"), "body", $node->body, 60, 20, form_allowed_tags_text()); + $output .= form_textarea(t("Body"), "body", $node->body, 60, 20, filter_tips_short()); $output .= form_textarea(t("Log message"), "log", $node->log, 60, 5, t("An explanation of the additions or updates being made to help the group understand your motivations.")); if (user_access("administer nodes")) { -- cgit v1.2.3