Issue #514008 by mgifford, Everett Zufelt: Added Allow HTML headings in default Filtered HTML text format.
parent
a1714da904
commit
c208295f40
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue