• Resolved nm2net

    (@nm2net)


    Version: 2.6

    echo “<img style=’margin:0;padding:0;border:0;’ width=’1px’ height=’1px’ src=\””.WP_PLUGIN_URL.”/”.dirname(plugin_basename(__FILE__)).”/mystat.php”.”?act=time_load&id=”.$GLOBALS[‘myStat_id’].”&rnd=”.rand().”\” />”;

    Replace: time_load&id -> time_load&id
    Replace: &rnd=”.rand() -> &rnd=”.rand()
    Add: alt=” berfore img tag is closed

    Otherwise the XHTML of the page has errors, and when you open the rss feed with some browsers (like Opera) the XML code is broken due of those errors, so the feed cannot be displayed. Instead you can see error message.

    Chhers, and thanks for the great plugin 😉

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

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: mySTAT] valid HXTML at myStat_footer()’ is closed to new replies.