diff options
Diffstat (limited to 'app/welcome-html.lsp')
-rw-r--r-- | app/welcome-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/welcome-html.lsp b/app/welcome-html.lsp index e4bd2be..88bc934 100644 --- a/app/welcome-html.lsp +++ b/app/welcome-html.lsp @@ -1,6 +1,6 @@ <% view = ... %> <h1>Alpine Configuration Framework</h1> -<p>Welcome.</p> +<DL><p>Welcome.</p></DL> <% --[[ io.write(html.cfe_unpack(view)) |