• One year ago I sent here a report that Akismet widget is not XHTML valid.

    After one year – version 2.2.3 – this bug is still not solved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tin68

    (@tin68)

    Seems author doesn’t read this forum.

    Line 843 in the recent version should read:

    <div id="akismetwrap"><div id="akismetstats"><a id="aka" href="https://akismet.com" title=""><?php printf( __( '%1$s %2$sspam comments%3$s %4$sblocked by%5$s%6$sAkismet%7$s' ), '<span id="akismet1"><span id="akismetcount">' . $count . '</span>', '<span id="akismetsc">', '</span></span>', '<span id="akismet2"><span id="akismetbb">', '</span>', '<span id="akismeta">', '</span></span>' ); ?></a></div></div>

    Lin 905 in the recent version should read:

    <div id="akismetwrap"><div id="akismetstats"><a id="aka" href="https://akismet.com" title=""><span id="akismet1"><span id="akismetcount"><?php echo $count; ?></span> <span id="akismetsc"><?php _e('spam comments') ?></span></span> <span id="akismet2"><span id="akismetbb"><?php _e('blocked by') ?></span><span id="akismeta">Akismet</span></span></a></div></div>
    Thread Starter tin68

    (@tin68)

    Same bug still in version 2.8 and 2.8.1 !

    Thread Starter tin68

    (@tin68)

    Same bug still in version 2.8.2!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Akismet widget not XHTML valid’ is closed to new replies.