mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Posible fix to Bug #19 (Missions with encoded characters in their filename cannot be downloaded). (First time in Node.js)
This commit is contained in:
parent
53c49b8055
commit
ba9345cd37
@ -1,5 +1,5 @@
|
||||
<td style="width: 100%;">
|
||||
<a href='/api/missions/<%-name%>'><%-name%></a>
|
||||
<a href='/api/missions/<%encodeURI(-name)%>'><%-name%></a>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger btn-xs delete">
|
||||
|
Loading…
Reference in New Issue
Block a user