From 253c4a8c9f09f2f7dc8a34de4ea054ad269ff022 Mon Sep 17 00:00:00 2001 From: nonmakina <63084025+nonmakina@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:34:43 +0200 Subject: [PATCH] Revert "Filename clickable to download" This reverts commit f168ad162dad221229a005fb69c5b238d5732956. --- templates/post/fileinfo.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 6c5d06ae..a551e8bb 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -22,9 +22,9 @@ {% if config.show_filename and file.filename %} , {% if file.filename|length > config.max_filename_display %} - {{ file.filename|truncate_filename(config.max_filename_display)|e|bidi_cleanup }} + {{ file.filename|truncate_filename(config.max_filename_display)|e|bidi_cleanup }} {% else %} - {{ file.filename|e|bidi_cleanup }} + {{ file.filename|e|bidi_cleanup }} {% endif %} {% endif %} ) @@ -36,4 +36,3 @@ {% endfor %} {% endif %} -