diff --git a/web/templates/view_crash.html b/web/templates/view_crash.html index 2432342..79ebf01 100644 --- a/web/templates/view_crash.html +++ b/web/templates/view_crash.html @@ -12,9 +12,7 @@ -
-                {{ crashinfo }}
-              
+
{{ crashinfo.decode('utf-8', errors='replace') }}
@@ -22,4 +20,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}