diff --git a/modules/node.module b/modules/node.module index 6387a6a905a1..663e4a4132c2 100644 --- a/modules/node.module +++ b/modules/node.module @@ -19,7 +19,7 @@ function node_help() { if ($mod == "node") { foreach (module_list() as $name) { if (module_hook($name, "status") && $name != "node") { - print "

". ucfirst($name) ." type

"; + print "

". ucfirst($name) ." type

"; print module_invoke($name, "help"); } } @@ -38,9 +38,9 @@ function node_conf_options() { function node_conf_filters() { $output .= form_select("Enable HTML tags", "filter_html", variable_get("filter_html", 0), array("Disabled", "Enabled"), "Allow HTML and PHP tags in user-contributed content."); $output .= form_textfield("Allowed HTML tags", "allowed_html", variable_get("allowed_html", "