summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-logfile-html.lsp')
-rw-r--r--openvpn-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn-logfile-html.lsp b/openvpn-logfile-html.lsp
index 6eb05d5..0615b77 100644
--- a/openvpn-logfile-html.lsp
+++ b/openvpn-logfile-html.lsp
@@ -2,7 +2,7 @@
<html>
<body>
<h1>Logfile '<?= view.logfilecontent.name ?>'</h1>
-<textarea name="" style="width:100%;height:450px;"><?= view.logfilecontent.value ?></textarea>
+<textarea name=""><?= view.logfilecontent.value ?></textarea>
</body>
</html>