From 96090364a7ebcfcf35f924cdd9f24f6898257e6a Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 27 Feb 2023 00:09:28 +0000
Subject: Added <p> tags on q&a page

---
 templates/questions.html.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'templates')

diff --git a/templates/questions.html.j2 b/templates/questions.html.j2
index fd53120..6f9c1eb 100644
--- a/templates/questions.html.j2
+++ b/templates/questions.html.j2
@@ -5,8 +5,8 @@
         {% for id_, link, dt, question, answer in qnas %}
             <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt>
             <dd>
-                <dt class="question">{{ question }}</dt>
-                <dd class="answer">{{ answer }}</dd>
+                <dt class="question"><p>{{ question }}</p></dt>
+                <dd class="answer"><p>{{ answer }}</p></dd>
             </dd>
         {% endfor %}
     </dl>
-- 
cgit v1.2.3