diff --git a/src/templates/default/module/server/server/view.tpl.html b/src/templates/default/module/server/server/view.tpl.html
index ff8783a6..05b9c984 100644
--- a/src/templates/default/module/server/server/view.tpl.html
+++ b/src/templates/default/module/server/server/view.tpl.html
@@ -227,13 +227,13 @@
- {{ label_last_error }}:
- - {{ last_error }}
+ - {{ last_error|nl2br }}
- {{ label_last_output }}:
- - {{ last_output_truncated }}
+ - {{ last_output_truncated|nl2br }}
{% if last_output_truncated != last_output %}
-
@@ -247,7 +247,7 @@
-
- {{ label_last_error_output }}:
- - {{ last_error_output_truncated }}
+ - {{ last_error_output_truncated|nl2br }}
{% if last_error_output_truncated != last_error_output %}
-