diff options
Diffstat (limited to 'dhcp-dep-html.lsp')
-rw-r--r-- | dhcp-dep-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dhcp-dep-html.lsp b/dhcp-dep-html.lsp index c93a814..da5b292 100644 --- a/dhcp-dep-html.lsp +++ b/dhcp-dep-html.lsp @@ -1,14 +1,14 @@ -<? +<% local form = ... -?> +%> <h1>ACF DHCP - Dependancy Check Failure!</h1><br> <b>The following package(s) are missing:</b><br> <pre style="color: #ff2020"> -<? +<% for k,v in ipairs(form.msg) do io.write(v .. "\n") end -?> +%> </pre> |