• Resolved nm2net

    (@nm2net)


    Hi,

    There was error in my case into the output code. It was returning bad URL like simple-flash-video/video.php?&arguments=… Which results in invalid XHTML code.

    I have solved this by the easiest way. In simple-flash-video.php at line 1198 I have added:
    $output = str_replace('?&', '?', $output);

    Cheers 😉

    http://wordpress.org/extend/plugins/simple-flash-video/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Flash Video] …video.php?&arguments=…’ is closed to new replies.