MyBB Community Forums

Full Version: [F] Missing space character [R] [C-Michael S.]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just a tiny issue: There's a space character missing in the text below a poll:
Quote:[Show Results| Edit poll]
Possible fix: In showthread.php find:
$edit_poll = "| <a href=\"polls.php?action=editpoll&amp;pid={$poll['pid']}\">{$lang->edit_poll}</a>";
Replace with:
$edit_poll = " | <a href=\"polls.php?action=editpoll&amp;pid={$poll['pid']}\">{$lang->edit_poll}</a>";
Seems a sensible fix and won't mean a template change in 1.4.7...!
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