Add HTML5 download tag to ABC and XML links in tune page.

You probably want to download these, not view them in the browser.
This commit is contained in:
Jim Hague 2014-06-17 09:53:15 +01:00
parent 30c34782b7
commit ebbdea78f2
1 changed files with 2 additions and 2 deletions

View File

@ -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>