diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:16:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-03 21:16:54 +0000 |
commit | db50c4a219e0199bebd8a9fd70a87a4d3c6a123e (patch) | |
tree | 30a7dd126382030425767f00948ce3f19e3c8be4 /modules-status-html.lsp | |
parent | 0abf04fdfd4e0c26c6e43007d188d2b6c75c696e (diff) | |
download | acf-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 'modules-status-html.lsp')
-rw-r--r-- | modules-status-html.lsp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules-status-html.lsp b/modules-status-html.lsp index c2fc9dd..d817df5 100644 --- a/modules-status-html.lsp +++ b/modules-status-html.lsp @@ -4,6 +4,4 @@ <h1>Modules</h1> <h2>Installed modules</h2> -<DL> <pre><%= html.html_escape(view.value) %></pre> -</DL> |