diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-03-19 00:17:54 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-03-19 00:17:54 -0400 |
commit | fb953e42a5105ccd1239a8e5128a4175b7ba5d41 (patch) | |
tree | 1c4c83c351eb620902bf9a4fc52203711c0cf01f /templates | |
parent | d8c39e8c3750a5ca932f659f6de40a2755267743 (diff) | |
download | emacsconf-wiki-fb953e42a5105ccd1239a8e5128a4175b7ba5d41.tar.xz emacsconf-wiki-fb953e42a5105ccd1239a8e5128a4175b7ba5d41.zip |
Update status
Diffstat (limited to '')
-rw-r--r-- | templates/vid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vid.md b/templates/vid.md index 79a41ca7..23c31285 100644 --- a/templates/vid.md +++ b/templates/vid.md @@ -8,4 +8,4 @@ </video> </div> <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> +<TMPL_IF subtitles><a href="<TMPL_VAR subtitles>">Download captions</a> </TMPL_IF>
\ No newline at end of file |