This plugin's been great, but I'm getting a bunch of W3C validation errors. Things like:
HTML Code:
vbphrase["livetopic_edit_message"] = "<img alt=\'live topic\' src=\'images/statusicon/thread_livetopic.gif\' title=\'live topic\'/> <span style=\'font-weight: bold;\'>This post has been added by another user.</span> <br /><br />Since this is an active topic, this post has been automatically added to the thread while you were reading it. If you are replying to this thread you might want to read this post before doing so.";
and
HTML Code:
vbphrase["livetopic_newresponses"] = "%1 new responses (<a href=\'showthread.php?t=%2&goto=newpost\'>live topic</a>)";
are not W3C-compliant. These are easy things to fix, though - just get rid of the \ and stuff. You can use
http://validator.w3.org/ to check the compliancy of your code.