diff options
author | Zach LeBar <zach@zachlebar.com> | 1980-02-23 04:30:22 +0000 |
---|---|---|
committer | Zach LeBar <zach@zachlebar.com> | 1980-02-23 04:30:22 +0000 |
commit | ec077a1dfd0fd641473c84516cfc514c46e6eb62 (patch) | |
tree | 150a5b36564896f6a1ec2b5ac340685944a01885 /lbu-status-html.lsp | |
parent | 10da2a83887d8efca93f0b8c0560f8297b7bc3bf (diff) | |
download | acf-alpine-conf-master.tar.bz2 acf-alpine-conf-master.tar.xz |
Diffstat (limited to 'lbu-status-html.lsp')
-rw-r--r-- | lbu-status-html.lsp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lbu-status-html.lsp b/lbu-status-html.lsp index 932ced1..3caba4e 100644 --- a/lbu-status-html.lsp +++ b/lbu-status-html.lsp @@ -2,8 +2,7 @@ require("htmlviewfunctions") %> -<H1>System Info</H1> -<DL> +<h1>System Info</h1> <% if view.value.committed.value then view.value.committed.value = "There are no uncommitted files" @@ -18,4 +17,3 @@ for name,value in pairs(view.value) do htmlviewfunctions.displayitem(value) end end %> -</DL> |