aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/onelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/onelog.html')
-rw-r--r--libpathod/templates/onelog.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/libpathod/templates/onelog.html b/libpathod/templates/onelog.html
index a94f443a..c222ad60 100644
--- a/libpathod/templates/onelog.html
+++ b/libpathod/templates/onelog.html
@@ -1,10 +1,8 @@
-{% extends "frame.html" %}
-{% block body %}
- <h2> Log entry {{ lid }} </h2>
- <hr>
+{% extends "frame.html" %} {% block body %}
+<h2>Log entry {{ lid }}</h2>
+<hr>
+
<pre>
-{{ alog }}
+ {{ alog }}
</pre>
-
-{% endblock %}
-
+{% endblock %}