diff --git a/html_title.admin.inc b/html_title.admin.inc index 582f484..ca95e31 100644 --- a/html_title.admin.inc +++ b/html_title.admin.inc @@ -12,7 +12,7 @@ */ function html_title_admin_settings() { $form['description'] = array( - '#value' => t('Only the HTML tags below may be allowed in node titles. Any tags not enabled here will be removed. Note that all HTML will be removed in feed output and JSON output in views.'), + '#markup' => t('Only the HTML tags below may be allowed in node titles. Any tags not enabled here will be removed. Note that all HTML will be removed in feed output and JSON output in views.'), '#prefix' => '

', '#suffix' => '

', );