aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qc_app/templates/http-error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/http-error.html b/qc_app/templates/http-error.html
index 6a74ae8..374fb86 100644
--- a/qc_app/templates/http-error.html
+++ b/qc_app/templates/http-error.html
@@ -13,6 +13,6 @@
</div>
<div class="row">
- <pre>{{trace}}</pre>
+ <pre>{{"\n".join(trace)}}</pre>
</div>
{%endblock%}