Include strong in the list of valid html tags
commit20de51c8da81db17d1e640369c81d7511e473b49
authorRobert Munteanu <robert.munteanu@sdc.ro>
Wed, 8 Jun 2011 09:12:44 +0000 (8 12:12 +0300)
committerRobert Munteanu <robert.munteanu@sdc.ro>
Wed, 8 Jun 2011 09:12:44 +0000 (8 12:12 +0300)
treed9cc43aa9a96f5fee9bcf156e419c06de8a9d91b
parent4ccdf6867cb07f13e9408998989f689857a1eea5
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 #13062: Make strong a valid html tag by default
config_defaults_inc.php