From c564cad5f9c3c24735964ca104c8074a0e608109 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 27 Nov 2022 14:24:40 -0600 Subject: [PATCH] fix bug with embeds i think --- files/templates/submission.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index b99139730d..dcd4efd99f 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -1,10 +1,10 @@ {% extends "default.html" %} {% block pagetitle %} -{% if comment_info %} +{%- if comment_info -%} @{{comment_info.author_name}} comments on '{{p.plaintitle(v)}}' -{% else %} +{%- else -%} {{p.plaintitle(v)}} -{% endif %} +{%- endif -%} {% endblock %} {% block pagetype %}thread{% endblock %} {% block head_final %}