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, 0 insertions, 4 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp
index d5f0a0a..443e34e 100644
--- a/health-proc-html.lsp
+++ b/health-proc-html.lsp
@@ -4,11 +4,7 @@
<h1>Hardware 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>