From 465d99f9547cef3c477d96ac05e10fb6077a488a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 16 Jul 2022 00:28:59 +0200 Subject: [PATCH] moves modifiers, as per https://github.com/vichan-devel/vichan/pull/377/files --- templates/thread.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/thread.html b/templates/thread.html index dec9952c..8e38d40c 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|newline_to_full_stop|remove_markup|e }}{% endif %}{% endset %} + {% set meta_subject %}{% if config.thread_subject_in_title and thread.subject %}{{ thread.subject|e }}{% else %}{{ thread.body_nomarkup|remove_modifiers|newline_to_full_stop|remove_markup|e[:256] }}{% endif %}{% endset %} @@ -24,7 +24,7 @@ {% if thread.files.0.thumb %}{% endif %} - + {% if isnoko50 %}{% endif %} {{ board.url }} - {{ meta_subject }}