From 18c071f54f1645350f44f0f4ac3906e8cd08b5e0 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 21 Aug 2024 15:36:27 +0200 Subject: [PATCH] fileinfo.html: remove extra spacing --- templates/post/fileinfo.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index dc5b7e12..4633f0bc 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -20,8 +20,7 @@ {% endif %} {% endif %} {% if config.show_filename and file.filename %} - , - {% if file.filename|length > config.max_filename_display %} + , {% if file.filename|length > config.max_filename_display %} {{ file.filename|truncate_filename(config.max_filename_display)|e|bidi_cleanup }} {% else %} {{ file.filename|e|bidi_cleanup }}