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 = "👎" -%} {%- set rating = "👎" -%}
{%- endif -%} {%- endif -%}
{%- endif -%} {%- endif -%}
{{ rating }} {{ rating }} {{ thread.title }} - {{ thread.package.title }}
{{ thread.title }} - {{ thread.package.title }}
{%- else -%} {%- else -%}
{{ thread.title }} {{ thread.title }}
{%- endif -%} {%- endif -%}