summaryrefslogtreecommitdiffstats
path: root/templates/vid.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-22 16:41:59 -0500
committerSacha Chua <sacha@sachachua.com>2021-11-22 16:41:59 -0500
commitebfc1a4f6bde29f08f753c0ee93799e63b06b0bd (patch)
tree17f0bc1f854a99ce4d0fbd40c4f38e7e350ebd94 /templates/vid.md
parentab9e2e42b55579c45ab0b1f7182eb024f87d94ed (diff)
downloademacsconf-wiki-ebfc1a4f6bde29f08f753c0ee93799e63b06b0bd.tar.xz
emacsconf-wiki-ebfc1a4f6bde29f08f753c0ee93799e63b06b0bd.zip
Add transcript link
Diffstat (limited to 'templates/vid.md')
-rw-r--r--templates/vid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vid.md b/templates/vid.md
index 6e6850b1..b50349c4 100644
--- a/templates/vid.md
+++ b/templates/vid.md
@@ -7,7 +7,7 @@
<p><em>Your browser does not support the video tag, please download the video instead.</em></p>
</video>
<div class="resources">
- <a href="<TMPL_VAR src>"><TMPL_IF download><TMPL_VAR download><TMPL_ELSE>Download video</TMPL_IF><TMPL_IF duration>, <TMPL_VAR duration></TMPL_IF><TMPL_IF size>, <TMPL_VAR size></TMPL_IF></a>
- <TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download captions</a> </TMPL_IF>
+ <a href="<TMPL_VAR src>"><TMPL_IF download><TMPL_VAR download><TMPL_ELSE>Download video</TMPL_IF><TMPL_IF duration>, <TMPL_VAR duration></TMPL_IF><TMPL_IF size>, <TMPL_VAR size></TMPL_IF></a><br />
+ <TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download captions</a><br /></TMPL_IF>
</div>
</div>