Fix s3 file+dir handling
This commit is contained in:
@@ -973,7 +973,7 @@ const htmlTemplateString = `<!DOCTYPE html>
|
||||
<tr class="file">
|
||||
<td></td>
|
||||
<td>
|
||||
<a href="{{urlEscape .Path}}">
|
||||
<a href="{{.Path}}">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#{{.IconType}}" class="{{.CSSClass}}"></use></svg>
|
||||
<span class="name">{{.Name}}</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user