2008-02-07, 06:23 PM
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.