about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/templates/gnqa_answer.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/gn2/wqflask/templates/gnqa_answer.html b/gn2/wqflask/templates/gnqa_answer.html
index 69bb89f4..91fa4981 100644
--- a/gn2/wqflask/templates/gnqa_answer.html
+++ b/gn2/wqflask/templates/gnqa_answer.html
@@ -1,16 +1,9 @@
-{% block css %}
-    <style>
-#gnqa-answer-box {
-      white-space: pre-line;
-  }
-    </style>
-{% endblock %}
 <section class="container-fluid answers gnqa-copy">
     <div class="row container gnqa-answer" style="margin-bottom: 1em">
         <p class="row lead">
             <mark style="font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif"><b><i>{{ query }}</i></b></mark>
             <br />
-            <span id="gnqa-answer-box">{{ answer|safe }}</span>
+            <span  style="white-space: pre-line">{{ answer|safe }}</span>
         </p>
         <div class="rating row" data-doc-id="{{ query }}">
             <button class="btn"