Quote:
Originally Posted by NLP-er
This is vB bug. Find appropriate template and add space between tags.
|
In tagbit
Replace this...
PHP Code:
<li><a href="tags.php?{vb:raw session.sessionurl}tag={vb:raw tag_url}<vb:if condition="THIS_SCRIPT == 'showthread'">&forumid={vb:raw show.tagforumid}</vb:if>">{vb:raw tag}</a></li>
With this...
PHP Code:
<li><a href="tags.php?{vb:raw session.sessionurl}tag={vb:raw tag_url}<vb:if condition="THIS_SCRIPT == 'showthread'">&forumid={vb:raw show.tagforumid}</vb:if>">{vb:raw tag}
</a></li>
Adding this
took care of the overflow problem.