summaryrefslogtreecommitdiffstats
path: root/dhcp-editspc-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp-editspc-html.lsp')
-rw-r--r--dhcp-editspc-html.lsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/dhcp-editspc-html.lsp b/dhcp-editspc-html.lsp
index a8197d7..166eeef 100644
--- a/dhcp-editspc-html.lsp
+++ b/dhcp-editspc-html.lsp
@@ -22,7 +22,7 @@ them unless you know what you are doing.
<textarea name="postconfig"><? io.write(form.value.postconfig) ?></textarea>
<h2>Submit/Cancel</h2>
-
+<DL>
<dt>Submit above settings</dt>
<dd><input type="submit" name="cmd" value="update" class="submit"></dd>
@@ -31,5 +31,6 @@ them unless you know what you are doing.
<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>