Mercurial > dottes
diff dottes.html.tune @ 486:e340218b9d11
Add HTML5 download tag to ABC and XML links in tune page.
You probably want to download these, not view them in the browser.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 17 Jun 2014 09:53:15 +0100 |
parents | 4fab69a1027d |
children | e16c20e63d9c |
line wrap: on
line diff
--- a/dottes.html.tune Tue Jun 17 09:11:38 2014 +0100 +++ b/dottes.html.tune Tue Jun 17 09:53:15 2014 +0100 @@ -62,9 +62,9 @@ href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li> <li><a class="dottes-link-tune dottes-ogg" href="../@MASTERBOOKE@/@TUNE@.ogg">OGG</a></li> - <li><a class="dottes-link-tune dottes-abc" + <li><a class="dottes-link-tune dottes-abc" download href="@TUNE@.abc">ABC</a></li> - <li><a class="dottes-link-tune dottes-xml" + <li><a class="dottes-link-tune dottes-xml" download href="@TUNE@.xml">XML</a></li> </ul> </div>