summaryrefslogtreecommitdiffstats
path: root/squid-saccess-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r--squid-saccess-html.lsp9
1 files changed, 5 insertions, 4 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index d89aa36..1fb6d35 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -13,7 +13,7 @@ html = require("acf.html")
domain.
</p>
-<form action="" method="POST">
+<form action="" method="post">
<h2>Special IP Addresses</h2>
<p>
If you wish to specify hosts that may access the Internet by IP address,
@@ -39,7 +39,8 @@ Enter the domain url below. Regular expressions are allowed.
<textarea name="s_domain"><%= html.html_escape( service.config.s_domain ) %></textarea>
<h3>Save Changes</h3>
-<dl>
-<dt>Save changes of the above boxes</dt><dd><input class="submit" type="submit" name="submit" value="save"></dd>
-</dl>
+<div class='item'><p class='left'>Save changes of the above boxes</p>
+<div class='right'>
+<input class="submit" type="submit" name="submit" value="save">
+</div></div><!-- end .item -->
</form>