From e52dd239792955d0685219de66791919507c3da2 Mon Sep 17 00:00:00 2001 From: Simon Waldherr Date: Sat, 24 Oct 2015 20:52:57 +0200 Subject: [PATCH] add HTML 5 download attribute [add HTML 5 download attribute](http://www.w3schools.com/tags/att_a_download.asp) here is the caniuse.com page of the feature: [download attribute](http://caniuse.com/download) --- CC-slim-downloads.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CC-slim-downloads.twig b/CC-slim-downloads.twig index 4d9e00b..65af639 100644 --- a/CC-slim-downloads.twig +++ b/CC-slim-downloads.twig @@ -8,7 +8,7 @@ {% for file in episode.files %} {% if file.asset.downloadable %} - {{ file.asset.title }} ({{ file.size|formatBytes }}) + {{ file.asset.title }} ({{ file.size|formatBytes }}) {% endif %} {% endfor %}