From 59b9ebaad25282a9c53ce69fa29b086830fe7f7d Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 20 May 2002 16:39:58 +0000 Subject: - bug fix. --- modules/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog.module') diff --git a/modules/blog.module b/modules/blog.module index 79cd93732..c9a9ae39d 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -242,7 +242,7 @@ function blog_form(&$node, &$help, &$error) { } if (function_exists("taxonomy_node_form")) { - $output = implode("", taxonomy_node_form("blog", $node)); + $output .= implode("", taxonomy_node_form("blog", $node)); } $output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", ""))); -- cgit v1.2.3