Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
fixed typo in youtube template
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wentz committed Aug 7, 2014
1 parent de82639 commit c1effe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onion-editor",
"version": "0.2.12",
"version": "0.2.13",
"homepage": "https://github.com/theonion/editor",
"authors": [
"Mike Wnuk <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion public/inline-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"caption": ""
},
"template":
"<div data-type=\"youtube\" class=\"youtube inline size-{{size}} crop-{{crop}}\" data-youtube-id=\"{{youtube_id}}\" data-size=\"{{size}}\" data-crop=\"{{crop}}\"><div><img src=\"http://img.youtube.com/vi/{{youtube_id}}/hqdefault.jpg\"></div<span class=\"caption\">{{caption}}</span></div>"
"<div data-type=\"youtube\" class=\"youtube inline size-{{size}} crop-{{crop}}\" data-youtube-id=\"{{youtube_id}}\" data-size=\"{{size}}\" data-crop=\"{{crop}}\"><div><img src=\"http://img.youtube.com/vi/{{youtube_id}}/hqdefault.jpg\"></div><span class=\"caption\">{{caption}}</span></div>"
},
"pullquote": {
"size": ["big", "small"],
Expand Down

0 comments on commit c1effe5

Please sign in to comment.