Commit df7f320c6d54d91606c1d32ec93bca56654a52c2
1 parent
4df55e32
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix playback at Serpro producition for video files
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/video/views/content_viewer/_video.html.erb
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | <video id="embedded_video" class="video-js vjs-default-skin vjs-big-play-centered" |
24 | 24 | height="353" width="499" |
25 | 25 | controls preload="auto" |
26 | - data-setup='{"example_option":true}'> | |
26 | + data-setup='<%=CGI::escapeHTML("{ \"example_option\":true}") %>'> | |
27 | 27 | <source src="<%= @page.video_url %>" type='<%= @page.video_format %>' /> |
28 | 28 | <%= @page.no_browser_support_message %> |
29 | 29 | </video> | ... | ... |