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:
parent
30c34782b7
commit
ebbdea78f2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue