summaryrefslogtreecommitdiffstats
path: root/dansguardian-plain-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-plain-html.lsp')
-rw-r--r--dansguardian-plain-html.lsp5
1 files changed, 3 insertions, 2 deletions
diff --git a/dansguardian-plain-html.lsp b/dansguardian-plain-html.lsp
index 184efaf..2e24fd0 100644
--- a/dansguardian-plain-html.lsp
+++ b/dansguardian-plain-html.lsp
@@ -47,7 +47,7 @@ until you restart the service.
</p>
<form action="" method="POST">
-<h1>Configuration</h1>
+<h2>Configuration</h2>
<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br>
These parameters define the interface and port that Dansguardian uses to accept connections.<br><br>
@@ -55,6 +55,7 @@ These parameters define the interface and port that Dansguardian uses to accept
<tr><td><textarea name="config" style="width:100%"><? io.write( service.config ) ?></textarea></td></tr>
</table><br>
-<input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br>
+<h3>Save Changes</h3>
+<dt>Save the contents of the above box</dt><dd><input class="submit" type="submit" name="cmd" value="save" style="width:100px"></dd>
</form>