diff options
Diffstat (limited to 'dansguardian-plain-html.lsp')
-rw-r--r-- | dansguardian-plain-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dansguardian-plain-html.lsp b/dansguardian-plain-html.lsp index ecc9450..fa79879 100644 --- a/dansguardian-plain-html.lsp +++ b/dansguardian-plain-html.lsp @@ -53,7 +53,7 @@ until you restart the service.<br><br><br> 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="submit" type="submit" name="cmd" value="save" style="width:100px"><br> |