Skip to content

Commit

Permalink
Merge pull request #1702 from rafalwrzeszcz/fix/invalid-markup
Browse files Browse the repository at this point in the history
Fixed Flash object tag markup for strict XML.
  • Loading branch information
heff committed Dec 2, 2014
2 parents 157dcbe + eaf8a83 commit 899bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/media/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ vjs.Flash.embed = function(swf, placeHolder, flashVars, params, attributes){

vjs.Flash.getEmbedCode = function(swf, flashVars, params, attributes){

var objTag = '<object type="application/x-shockwave-flash"',
var objTag = '<object type="application/x-shockwave-flash" ',
flashVarsString = '',
paramsString = '',
attrsString = '';
Expand Down

0 comments on commit 899bc3c

Please sign in to comment.