diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-01-22 16:32:46 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-01-22 16:32:46 +0000 |
commit | dbbb88812817d58aa7dd53633f9d81a1a1fa6565 (patch) | |
tree | d598c632218a757c5f087a2dd86dd4c647404c20 /app/acf-util/welcome-html.lsp | |
parent | 52525eed79994b294af9cf905f6574fc75955369 (diff) | |
download | acf-core-dbbb88812817d58aa7dd53633f9d81a1a1fa6565.tar.bz2 acf-core-dbbb88812817d58aa7dd53633f9d81a1a1fa6565.tar.xz |
Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.
Diffstat (limited to 'app/acf-util/welcome-html.lsp')
-rw-r--r-- | app/acf-util/welcome-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/welcome-html.lsp b/app/acf-util/welcome-html.lsp index 7540b94..6a22375 100644 --- a/app/acf-util/welcome-html.lsp +++ b/app/acf-util/welcome-html.lsp @@ -1,7 +1,7 @@ <% view = ... %> <% htmlviewfunctions = require("htmlviewfunctions") %> <h1>Alpine Configuration Framework</h1> -<DL><p>Welcome.</p></DL> +<p>Welcome.</p> <% --[[ io.write(htmlviewfunctions.cfe_unpack(view)) |