Skip to content

Commit

Permalink
Merge pull request #4 from juristr/master
Browse files Browse the repository at this point in the history
Bugfix: Added space between src tags
  • Loading branch information
MattDrivenDev committed Jan 16, 2013
2 parents 06fd9f9 + d75420a commit ec69457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speakerdeck.rb
Expand Up @@ -7,7 +7,7 @@ def initialize(name, id, tokens)
end

def render(context)
%(<script async="true" class="speakerdeck-embed" data-id="#{@id.strip}" src="//speakerdeck.com/assets/embed.js"></script>)
%(<script async="true" class="speakerdeck-embed" data-id="#{@id.strip}" src="//speakerdeck.com/assets/embed.js"> </script>)
end

end
Expand Down

0 comments on commit ec69457

Please sign in to comment.