mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-30 17:20:12 +02:00
Fixed blank pages when path contains quotes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<button
|
||||
title="File Info"
|
||||
class="flex justify-center items-center rounded-full p-2 -m-1 md:invisible hover:bg-gray-400 hover:shadow group-hover:visible"
|
||||
v-on:click.prevent="showFileInfo('{{ file.getPathname }}')"
|
||||
v-on:click.prevent="showFileInfo('{{ file.getPathname | escape('js') }}')"
|
||||
>
|
||||
<i class="fas fa-info-circle"></i>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user