Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Dec 19, 2011
1 parent 4668b62 commit 3ccd78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marte/token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def embed_for(user, room, options = {})
<param name=\"allowFullscreen\" value=\"true\" />
<param name=\"flashVars\" value=\"token=#{token}&room=#{room}&bgcolor=#FFFFFF\" />
<embed src=\"#{ swf_file }\" quality=\"high\" \"
width=\"#{width_value}\" height=\"#{height_value}\" name=\"MartEClient\" align=\"top\" padding=\"0px 0px 0px 0px\"
width=\"#{options[:width]}\" height=\"#{options[:height]}\" name=\"MartEClient\" align=\"top\" padding=\"0px 0px 0px 0px\"
flashVars=\"token=#{token}&room=#{room}&bgcolor=#FFFFFF#{ "&partner=#{ options[:partner].slug }" if options[:partner] }\"
play=\"true\"
loop=\"false\"
Expand Down

0 comments on commit 3ccd78c

Please sign in to comment.