diff options
Diffstat (limited to 'dhcp-createnet-html.lsp')
-rw-r--r-- | dhcp-createnet-html.lsp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dhcp-createnet-html.lsp b/dhcp-createnet-html.lsp index be22e05..1b172a3 100644 --- a/dhcp-createnet-html.lsp +++ b/dhcp-createnet-html.lsp @@ -11,7 +11,7 @@ io.write("<p class='error'>" .. form.errcode.msg .. "</p>") end ?> - +<DL> <form action="<? io.write(option.script .. option.prefix .. option.controller .. "/" .. option.action .. option.extra) ?>" method="POST"> @@ -72,4 +72,5 @@ <dt>Cancel and go back</dt> <dd><form action="<? io.write(option.script .. option.prefix .. option.controller .. "/home") ?> method="POST"> <input type=submit name="cmd" value="back" class="submit"></form></dd> +</DL> |