Fix ascii characters

This commit is contained in:
Laura Hausmann 2019-08-14 01:11:04 +02:00
parent e4e6c5af3d
commit 604d60af2b
No known key found for this signature in database
GPG key ID: 1720DF2EC8974C2D

View file

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