Another silly bug in WordBay 0.5BETA - there is a <h2> tag not closed properly, resulting in a mess in the rest of the template in some browsers.
This will be fixed in the next version, but to mend it yourself in the meantime you can find edit the plugin code at line 255 where it says:
$newcontent .= ‘<h2>’ .
$stilltext .
‘<h2>‘;
and (you guessed it), change the <h2> that I have underlined to </h2>.
Posted on May 7th, 2008 by admin
Filed under: Uncategorized | 2 Comments »