|
[F] Validation Issue [C-Chris W B.]
|
|
05-23-2009, 09:46 PM
Post: #1
|
|||
|
|||
|
[F] Validation Issue [C-Chris W B.]
There's a small html validation issue with forum names. If I'm being too picky, then mark this as bogus - I know a few MyBB pages don't validate either.
Take a look at this thread. Notice the title: Code: <title>Bug test & Stuff</title>But, notice the navigation (esp: Testing & Trashing): Code: <div class="navigation">To fix this, I would suggest this change. In ./inc/functions.php, find (around line 2888): PHP Code: $navsize = count($navbits);Replace with: PHP Code: $navsize = count($navbits);The forumdisplay is also effected: http://community.mybboard.net/forum-13.html - I'm thinking it's because the forum name isn't put through htmlspecialchars_uni like other pages (like showthread - note Bug test & Stuff). Code: <title>MyBB Community Forums - Testing & Trashing </title>Code: <div>Suggest after PHP Code: $parentlist = $foruminfo['parentlist']; adding PHP Code: $parentlist = $foruminfo['parentlist'];I think that cures this problem. |
|||
|
06-04-2009, 10:46 AM
Post: #2
|
|||
|
|||
|
[F] Validation Issue
Thank you for your bug report.
This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated. With regards, MyBB Group |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help
