Skip to content

Commit

Permalink
Removed single ' in HTML markup that was breaking the parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
aptomalars committed Aug 12, 2011
1 parent 4ac614f commit 6a4c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flowplayer/index.html
Expand Up @@ -8,7 +8,7 @@


<!-- this A tag is where your Flowplayer will be placed. it can be anywhere --> <!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<a <a
href="/video/your_movie.avi'" href="/video/your_movie.avi"
style="display:block;width:520px;height:330px" style="display:block;width:520px;height:330px"
id="player"> id="player">
</a> </a>
Expand Down

0 comments on commit 6a4c2c3

Please sign in to comment.