commit 5b8a952f0a4441863974832fa759ba82868ac639 Author: Ashwin Shaharkar Date: Mon May 30 19:08:39 2016 +0530 Resolved ONE LINE PATCH Help text above config options not visible diff --git a/drupal/sites/all/modules/html_title/html_title.admin.inc b/drupal/sites/all/modules/html_title/html_title.admin.inc index 582f484..ca95e31 100644 --- a/drupal/sites/all/modules/html_title/html_title.admin.inc +++ b/drupal/sites/all/modules/html_title/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' => '

', );