Issue #514008 by mgifford, Everett Zufelt: Added Allow HTML headings in default Filtered HTML text format.

8.0.x
webchick 2012-11-18 11:38:45 -05:00
parent a1714da904
commit c208295f40
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ function filter_filter_info() {
'process callback' => '_filter_html',
'settings callback' => '_filter_html_settings',
'default settings' => array(
'allowed_html' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>',
'allowed_html' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6>',
'filter_html_help' => 1,
'filter_html_nofollow' => 0,
),