diff options
-rw-r--r-- | dansguardian-edit-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-edit-html.lsp b/dansguardian-edit-html.lsp index 96a9c28..43aac93 100644 --- a/dansguardian-edit-html.lsp +++ b/dansguardian-edit-html.lsp @@ -25,7 +25,7 @@ These parameters define the interface and port that Dansguardian uses to accept connections.<br><br> <table> -<tr><td><textarea name="config" style="width:600px"><? io.write( service.config ) ?></textarea></td></tr> +<tr><td><textarea name="config" style="width:100%"><? io.write( service.config ) ?></textarea></td></tr> </table><br> <input class="text" type="hidden" name="name" value="<? io.write( service.name ) ?>"> |