Fix accidental new line in thread <title>

This commit is contained in:
rubenwardy 2022-01-21 13:15:07 +00:00
parent 3ac2d937d7
commit f457f7f5d7
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
{%- set rating = "👎" -%}
{%- endif -%}
{%- endif -%}
{{ rating }}
{{ thread.title }} - {{ thread.package.title }}
{{ rating }} {{ thread.title }} - {{ thread.package.title }}
{%- else -%}
{{ thread.title }}
{%- endif -%}