Skip to content

Commit 67d94a0

Browse files
committed
Merge remote branch 'upstream/master'
Conflicts: src/toolbox/toolbox.flashembed.js
2 parents b93ac8b + bc192b4 commit 67d94a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbox/toolbox.flashembed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
/******* OBJECT tag and it's attributes *******/
151151
var html = '<object width="' + opts.width +
152152
'" height="' + opts.height +
153-
'" id="' + opts.id +
153+
'" id="' + opts.id +
154154
'" name="' + opts.id + '"';
155155

156156
if (opts.cachebusting) {

0 commit comments

Comments
 (0)