summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 13:40:12 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 13:40:12 +0200
commit55de4b6ed7c65c9946a02c5b0eed2b99ae9e52f1 (patch)
tree4c4ca37de4a754a8adc469551b012b9645100848
parenta4b15839b3b608d99200528e58202c181db575c0 (diff)
downloadacf-chrony-55de4b6ed7c65c9946a02c5b0eed2b99ae9e52f1.tar.bz2
acf-chrony-55de4b6ed7c65c9946a02c5b0eed2b99ae9e52f1.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
-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>