From d6c8af93b19c044e6b5441941bf58cb26d395561 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 8 Dec 2001 13:29:43 +0000 Subject: - re-enabled the teasers --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 850a268fe..8f0d0b7d3 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -264,7 +264,7 @@ function blog_form(&$node, &$help, &$error) { $output .= form_textarea(t("Teaser"), "teaser", $node->teaser, 60, 5, $error["teaser"]); } - $output = form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", ""))); + $output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", ""))); return $output; } -- cgit v1.2.3