summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 11:48:23 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 11:48:23 +0200
commitb351af35c3d25ef633175fdb92fcba2d30fdb63f (patch)
treee47d1cd94484a09062e4a6ff3f5d13e259b1c82a /health-proc-html.lsp
parent723b18ea710e2e39fb6865b44727d6a3a62e513c (diff)
downloadacf-alpine-baselayout-b351af35c3d25ef633175fdb92fcba2d30fdb63f.tar.bz2
acf-alpine-baselayout-b351af35c3d25ef633175fdb92fcba2d30fdb63f.tar.xz
Graphical fix. Adding <DL> to the views to fix skin issues.
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r--health-proc-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp
index 3105a1c..92056f3 100644
--- a/health-proc-html.lsp
+++ b/health-proc-html.lsp
@@ -3,7 +3,11 @@
<h1>Process information</h1>
<h2>Processor</h2>
+<DL>
<pre><%= html.html_escape(view.value.processor.value) %></pre>
+</DL>
<h2>Memory</h2>
+<DL>
<pre><%= html.html_escape(view.value.memory.value) %></pre>
+</DL>