From f457f7f5d7a719c80a444cdecdd6b70fe4ce228c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 21 Jan 2022 13:15:07 +0000 Subject: [PATCH] Fix accidental new line in thread --- app/templates/threads/view.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html index 19b9631..aebce7b 100644 --- a/app/templates/threads/view.html +++ b/app/templates/threads/view.html @@ -9,8 +9,7 @@ {%- set rating = "👎" -%} {%- endif -%} {%- endif -%} - {{ rating }} - {{ thread.title }} - {{ thread.package.title }} + {{ rating }} {{ thread.title }} - {{ thread.package.title }} {%- else -%} {{ thread.title }} {%- endif -%}