Hello,
Just discovered your plugin creates invalid HTML! The title is:
<h2><a href="...">Title</h2></a>
It's because you're appending the link to $after_title incorrectly.
Can you change line 66 to:
$after_title = '</a>' . $after_title;
Hello,
Just discovered your plugin creates invalid HTML! The title is:
<h2><a href="...">Title</h2></a>
It's because you're appending the link to $after_title incorrectly.
Can you change line 66 to:
$after_title = '</a>' . $after_title;
Can we get this tiny little bug fixed? I've just spent about 4-hours debugging it again, thinking it was an IE layout bug, but was actually a fresh install of the plugin exhibiting this exact fault.
I'd do it myself if I could!!
Thanks
This topic has been closed to new replies.