diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-16 18:22:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-16 18:22:05 +0200 |
commit | 1360fff9be969e948c10d1c7c3ff6f0f500f4ab6 (patch) | |
tree | 3aa6810d128afef8021292dc9f63aa78d2c8cdfc /templates | |
parent | 5a4c4a9ce7d3ec8546cd8dd8f5648d905fab00cb (diff) |
Fix move player comment below video.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index 72f7fcf..25a34d5 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -14,7 +14,7 @@ </TMPL_UNLESS></TMPL_UNLESS><img src="//media.couchdesign.dk/<TMPL_VAR stem>.jpg" width="<TMPL_VAR width>" height="<TMPL_VAR height>" title="Sorry, the video formats provided are not supported by your browser." /> </video> -<TMPL_IF live-app> +</div><TMPL_IF live-app> <p><strong>Link for external players:</strong> <TMPL_UNLESS nom3u8><a href="//media.couchdesign.dk/<TMPL_VAR stem>.m3u8">HLS</a> (works with Mpv, Mplayer and VLC). </TMPL_UNLESS></p> @@ -22,4 +22,3 @@ [[!meta script="/js/lib/janus.nojquery.js"]] <script type="text/javascript" src="/js/app/<TMPL_VAR live-app>.js"></script> </TMPL_IF></div> -</div> |