summaryrefslogtreecommitdiffstats
path: root/dansguardian-edit-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dansguardian-edit-html.lsp')
-rw-r--r--dansguardian-edit-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dansguardian-edit-html.lsp b/dansguardian-edit-html.lsp
index d74ea5d..96a9c28 100644
--- a/dansguardian-edit-html.lsp
+++ b/dansguardian-edit-html.lsp
@@ -27,8 +27,8 @@ These parameters define the interface and port that Dansguardian uses to accept
<table>
<tr><td><textarea name="config" style="width:600px"><? io.write( service.config ) ?></textarea></td></tr>
</table><br>
-<input type="hidden" name="name" value="<? io.write( service.name ) ?>">
+<input class="text" type="hidden" name="name" value="<? io.write( service.name ) ?>">
-<input type="submit" name="cmd" value="save" style="width:100px"><br>
+<input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br>
</form>