summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrony-details-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrony-details-html.lsp b/chrony-details-html.lsp
index 46306de..ee3aeb1 100644
--- a/chrony-details-html.lsp
+++ b/chrony-details-html.lsp
@@ -17,6 +17,6 @@ io.write("</span>")
<% displayitem(data.value.tracking) %>
</DL>
<H3>Sources</H3>
-<pre><%= html.html_escape(data.value.sources.value) %></pre>
+<DL><pre><%= html.html_escape(data.value.sources.value) %></pre></DL>
<H3>Source Stats</H3>
-<pre><%= html.html_escape(data.value.sourcestats.value) %></pre>
+<DL><pre><%= html.html_escape(data.value.sourcestats.value) %></pre></DL>