MyBB Community Forums

Full Version: [F] bad page title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It seems to be allowed to include HTML tags in forum name, for example "My <em>own</em> forum". However in this case the page title (title tag in HTML header) will be <h1>My <em>own</em> forum</h1> which is bad IMO. The forum name should go through strip_tags function before displaying.
I'd say the same with the forum jump listbox.
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix (MyBB 1.4).