From 343dfbaae177687af31dd094356aeced69fd8bac Mon Sep 17 00:00:00 2001 From: Benjamin Hardy Date: Mon, 9 Mar 2026 23:05:46 +0100 Subject: [PATCH] fix: resolved apostrophe escape character issue --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2452ee8..f3913a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -986,7 +986,7 @@ ${escapeHtml(f.name)}
- +
`; @@ -994,7 +994,7 @@ const size = formatSize(f.size); return `
  • - ${escapeHtml(f.name)} + ${escapeHtml(f.name)} ${size}