summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:16:54 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:16:54 +0000
commitdb50c4a219e0199bebd8a9fd70a87a4d3c6a123e (patch)
tree30a7dd126382030425767f00948ce3f19e3c8be4 /health-proc-html.lsp
parent0abf04fdfd4e0c26c6e43007d188d2b6c75c696e (diff)
downloadacf-alpine-baselayout-db50c4a219e0199bebd8a9fd70a87a4d3c6a123e.tar.bz2
acf-alpine-baselayout-db50c4a219e0199bebd8a9fd70a87a4d3c6a123e.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
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>