- bug fix.

4.0.x
Kjartan Mannes 2002-05-20 16:39:58 +00:00
parent bf2b4f0b45
commit 59b9ebaad2
2 changed files with 2 additions and 2 deletions

View File

@ -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", "")));

View File

@ -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", "")));