summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-20 14:22:26 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-20 14:22:26 +0000
commitc4b2fa84393771bfc9ee8d621507bcc637549ac0 (patch)
treebf65ba538c830f5386306b60edb4d2b628a13fc8 /openvpn-logfile-html.lsp
parent008e476ed54a6d9d3050f38dfc445de0cc2bd052 (diff)
downloadacf-openvpn-c4b2fa84393771bfc9ee8d621507bcc637549ac0.tar.bz2
acf-openvpn-c4b2fa84393771bfc9ee8d621507bcc637549ac0.tar.xz
Changed view-files to reflect modificatsion in the new css
git-svn-id: svn://svn.alpinelinux.org/acf/openvpn/trunk@438 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>