summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
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>