diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-23 21:22:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-23 21:22:41 -0500 |
commit | 6cfb3e41904c1001f1c1688442bfb3ce461beb13 (patch) | |
tree | 5c62aa87fdb1048dddff3f28fd1328f91ef3ed90 /templates | |
parent | c4b428e00d8809ffbee0982a26710ecfeeeabb63 (diff) | |
download | ytlibre-6cfb3e41904c1001f1c1688442bfb3ce461beb13.tar.lz ytlibre-6cfb3e41904c1001f1c1688442bfb3ce461beb13.tar.xz ytlibre-6cfb3e41904c1001f1c1688442bfb3ce461beb13.zip |
added title to download
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 2e413db..0bb1c9d 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -78,7 +78,7 @@ <div class="col">{$download->container}</div> <div class="col">{$download->resolution}</div> <div class="col"> - <a class="boton-descarga" href="{$download->url}" download>Descarga</a> + <a class="boton-descarga" title="{$videoTitle}.{$download->container}" href="{$download->url}" download="{$videoTitle}.{$download->container}">Descarga</a> </div> </div> {/foreach} |