Commit 4bf542ef18deea03abe679bfadb55d6e0b55708e
1 parent
dfa6a614
Exists in
master
and in
28 other branches
Fixed broken html
(ActionItem2823)
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
plugins/video/views/box_organizer/_html5_video_block.rhtml
plugins/video/views/box_organizer/_iframe_video_block.rhtml
plugins/video/views/video_block.rhtml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | <%= render :partial => 'box_organizer/html5_video_block', :locals => { :url => block.url, :width => block.width, :height => block.height }%> |
16 | 16 | </div> |
17 | 17 | <% else %> |
18 | - <span class='alert-block'><%= _("Register a new url (Vimeo, Youtube, Other)") %> | |
18 | + <span class='alert-block'><%= _("Register a new url (Vimeo, Youtube, Other)") %></span> | |
19 | 19 | <% end %> |
20 | 20 | |
21 | 21 | </div> | ... | ... |