diff options
author | Siri Reiter <siri@jones.dk> | 2014-09-03 12:24:06 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-09-03 12:24:06 +0200 |
commit | e4af5aafcedca6c9104808e6bc579a1ee6f270f0 (patch) | |
tree | 390a4eb8b10069f7c8c5c11130b841d0f8775899 /templates | |
parent | 8d75e606ff56881cf7aa240524846c65c064efa3 (diff) |
Fix script.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index 07188939..b745baf7 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -2,8 +2,8 @@ <h2><TMPL_VAR title></h2> <video width="<TMPL_VAR width>" height="<TMPL_VAR height>" preload controls> <source src="//media.bynu.biks.dk/<TMPL_VAR stem>.mp4" type="video/mp4" /> -</TMPL_UNLESS><TMPL_UNLESS nowebm><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.webm" type="video/webm" /> -<TMPL_UNLESS noogg><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.ogv" type="video/ogg" /> +<TMPL_UNLESS nowebm><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.webm" type="video/webm" /> +</TMPL_UNLESS><TMPL_UNLESS noogg><source src="//media.bynu.biks.dk/<TMPL_VAR stem>.ogv" type="video/ogg" /> </TMPL_UNLESS><object width="<TMPL_VAR width>" height="<TMPL_VAR height>" type="application/x-shockwave-flash" data="http://vjs.zencdn.net/4.7/video-js.swf"> <param name="movie" value="http://vjs.zencdn.net/4.7/video-js.swf" /> <param name="flashvars" value="src=//media.bynu.biks.dk/<TMPL_VAR stem>.mp4&preload=true" /> |