Forums

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

  1. nm2net
    Member
    Posted 1 month 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/

Reply

You must log in to post.

About this Topic