From 77a5a26ad3437d551aa14379969cf941d777f3b5 Mon Sep 17 00:00:00 2001 From: natrak <> Date: Tue, 22 May 2001 15:29:55 +0000 Subject: - Undoing last change. Allowed_html was already in the filters section. *opps* --- modules/conf.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/conf.module') diff --git a/modules/conf.module b/modules/conf.module index 74930ef43..a1d4eaaa2 100644 --- a/modules/conf.module +++ b/modules/conf.module @@ -22,7 +22,6 @@ function conf_view_system() { $output .= form_textfield(t("E-mail address"), "site_mail", variable_get("site_mail", "root@localhost"), 30, 55, t("A valid e-mail address for this website, used by the auto-mailer to create new user accounts.")); $output .= form_textarea(t("Footer message"), "site_footer", variable_get("site_footer", ""), 55, 3, t("This text will be displayed at the bottom of each page. Useful for adding a copyright notice to your pages.")); $output .= form_textfield(t("Anonymous user"), "anonymous", variable_get("anonymous", "Anonymous"), 30, 55, t("The name used to indicate anonymous users.")); - $output .= form_textfield(t("Allowed HTML"), "allowed_html", variable_get("allowed_html", "

      • "), 30, 55, t("Allowed HTML tags.")); $output .= "
        \n"; // node settings: -- cgit v1.2.3