Forums

[resolved] [Plugin: Simple Flash Video] ...video.php?&arguments=... (2 posts)

  1. nm2net
    Member
    Posted 2 years ago #

    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/

  2. SimpleThought
    Member
    Posted 2 years ago #

    Thanks, I will look @ this for 1.8!

Topic Closed

This topic has been closed to new replies.

About this Topic