Fix ascii characters

This commit is contained in:
Laura Hausmann 2019-08-14 01:21:45 +02:00
parent 604d60af2b
commit 02a51820cd
No known key found for this signature in database
GPG Key ID: 1720DF2EC8974C2D
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ else
var jsfile = jspath + "/" + Model.Encode(file); var jsfile = jspath + "/" + Model.Encode(file);
<script>queue.push('@Html.Raw(jsfile)')</script> <script>queue.push('@Html.Raw(jsfile)')</script>
<a class="action" href="@Html.Raw(Model.Encode(Model.fullpath+"/"+file.Replace("?", "%3F")))" download>[DL]</a> <a class="action" href="@Html.Raw(Model.Encode(Model.fullpath+"/"+file))" download>[DL]</a>
<a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a> <a href="#" onclick="playSong('@Html.Raw(jsfile)')"> @file</a>
<br/> <br/>
} }