• Hi,

    I suggest that you change your “sexybookmarks/includes/public.html” in order to make it w3c xhtml valid :

    Line 490 :
    $output='<div class="shr-publisher-'.$post->ID.'"></div>';
    to
    <span class="shr-publisher-'.$post->ID.'"></span>';

    Line 528
    $output='<div class="shr-publisher-'.$post->ID.'"></div>';
    to
    $output='<span class="shr-publisher-'.$post->ID.'"></span>';

    http://wordpress.org/extend/plugins/sexybookmarks/

  • The topic ‘[Plugin: SexyBookmarks] Fix : Invalid XHTML’ is closed to new replies.