summaryrefslogtreecommitdiff
path: root/templates/main.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html.ep')
-rw-r--r--templates/main.html.ep8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep
index b6cccd2..3e8f2ab 100644
--- a/templates/main.html.ep
+++ b/templates/main.html.ep
@@ -13,12 +13,10 @@
% if ($stop) {
% if ($errstr) {
<div class="container">
-<div class="error">Received an error from the backend service:</div>
-<div>
-<pre>
+<div class="error">
+<strong>Received an error from the backend service:</strong>
%= $errstr
-</pre>
-</div>
+</div><!-- error -->
</div><!-- container -->
% }
% elsif ($frontend eq 'png') {