Skip to content

Commit

Permalink
Fix JSCS error
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Dec 5, 2015
1 parent 3c595d6 commit 9e1a92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/tag/jsfiddle.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function jsfiddleTag(args, content) {
var skin = args[2] && args[2] !== 'default' ? args[2] : 'light';
var width = args[3] && args[3] !== 'default' ? args[3] : '100%';
var height = args[4] && args[4] !== 'default' ? args[4] : '300';

return '<iframe scrolling="no" width="' + width + '" height="' + height + '" src="http://jsfiddle.net/' + id + '/embedded/' + tabs + '/' + skin + '" frameborder="0" allowfullscreen></iframe>';
}

Expand Down

0 comments on commit 9e1a92e

Please sign in to comment.