From 1af561b3e9efa09aab81aadaba6075b964f37e96 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 11 Nov 2024 00:16:03 -0500 Subject: [PATCH] removed article element due to it messing up print in firefox --- templates/post.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/post.html b/templates/post.html index cbc37db..a698c0b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,6 +5,4 @@
-
- {{{content}}} -
+{{{content}}}