diff options
-rw-r--r-- | .templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl index e6e1ac02..832e50de 100644 --- a/.templates/page.tmpl +++ b/.templates/page.tmpl @@ -136,7 +136,7 @@ <TMPL_IF ENCLOSURE> <TMPL_IF HTML5><section id="enclosure"><TMPL_ELSE><div id="enclosure"></TMPL_IF> -<a href="<TMPL_VAR ENCLOSURE>">Download this episode</a> +<a href="<TMPL_VAR ENCLOSURE>">Download</a> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> |