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 /hostname-read-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 'hostname-read-html.lsp')
-rw-r--r-- | hostname-read-html.lsp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hostname-read-html.lsp b/hostname-read-html.lsp index d1419fc..2ab5d0a 100644 --- a/hostname-read-html.lsp +++ b/hostname-read-html.lsp @@ -3,6 +3,4 @@ <% html = require("acf.html") %> <h1><%= html.html_escape(view.label) %></h1> -<DL> <% htmlviewfunctions.displayitem(view) %> -</DL> |