From 7e722aa9404cdaf90899589c2a7853c5ef7484dc Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 9 Jul 2021 10:48:42 -0200 Subject: [PATCH] Fix https://github.com/towards-a-new-leftypol/leftypol_lainchan/issues/202 --- templates/thread.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index 44f0f9d8..c7f1722d 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -13,7 +13,7 @@ {% include 'header.html' %} - {% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup[:256]|remove_modifiers|e }}{% endif %}{% endset %} + {% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup|remove_modifiers[:256]|e }}{% endif %}{% endset %} @@ -21,7 +21,7 @@ {% if thread.files.0.thumb %}{% endif %} - + {{ board.url }} - {{ meta_subject }}