MantisBT: master-1.2.x f2ae5772

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2011-06-08 05:10 master-1.2.x 75bfe81c
Affected Issues  0013062: Make strong a valid html tag by default
Changeset

Include strong in the list of valid html tags

The current list of html_valid_tags and html_valid_tags_single_line does
not include strong, but includes b . On the other hand, it includes both
i and em. For consistency, this should be adjusted. Also, rich text
editors have the tendency to produce markup which uses strong rather
than b, which is then escaped by MantisBT.

Fixes 0013062: Make strong a valid html tag by default

mod - config_defaults_inc.php Diff File