diff options
-rw-r--r-- | design/templates/admin/insert_images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/admin/insert_images.html b/design/templates/admin/insert_images.html index b620380..84e5a39 100644 --- a/design/templates/admin/insert_images.html +++ b/design/templates/admin/insert_images.html @@ -40,7 +40,7 @@ function buildVideo(video_mp4, video_webm, id, c, poster, ytlink) { } html += '>\n\t\t<source src="'+video_webm+'" type="video/webm">\n'; html += '\t\t<source src="'+video_mp4+'" type="video/mp4">\n'; - html += '\t\tYour browser does not support video playback via HTML5.\n\t</video>\n + html += '\t\tYour browser does not support video playback via HTML5.\n\t</video>\n'; html += '\t<a href="+'ytlink+'">Watch on YouTube</a>\n</div>'; return html; } |