🐛 bug: fix colons in filenames not linking properly
https://stackoverflow.com/questions/1737575/are-colons-allowed-in-urlsmain
parent
863bbe18e4
commit
5b6adc1305
|
@ -115,7 +115,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
||||||
|
|
||||||
{{#each entries}}
|
{{#each entries}}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a class="entry" href="{{this.encoded_file_name}}{{this.trailing_slash}}">
|
<td><a class="entry" href="./{{this.encoded_file_name}}{{this.trailing_slash}}">
|
||||||
{{this.icon}} {{this.file_name}}{{this.trailing_slash}}</a></td>
|
{{this.icon}} {{this.file_name}}{{this.trailing_slash}}</a></td>
|
||||||
<td><span class="grey">{{this.size}}</span></td>
|
<td><span class="grey">{{this.size}}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue