diff options
Diffstat (limited to 'templates/questions.html.j2')
-rw-r--r-- | templates/questions.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
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> |