🐛 bug: fix colons in filenames not linking properly

https://stackoverflow.com/questions/1737575/are-colons-allowed-in-urls
main
(on company time) 2022-10-21 15:21:35 -05:00
parent 863bbe18e4
commit 5b6adc1305
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
{{#each entries}}
<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>
<td><span class="grey">{{this.size}}</span></td>
</tr>