summaryrefslogtreecommitdiffstats
path: root/shorewall-logfile-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-20 14:23:19 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-20 14:23:19 +0000
commitde79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2 (patch)
treea09ac67dd6eec75270a7ccb2fb52fde65b6a254e /shorewall-logfile-html.lsp
parent58ddd2daabd9aa1cd43338515a3ab173ee459aca (diff)
downloadacf-shorewall-de79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2.tar.bz2
acf-shorewall-de79fcbccf5f1dc5d68d29f4dc70437aa2ab8aa2.tar.xz
Changed view-files to reflect modificatsion in the new css
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@440 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-logfile-html.lsp')
-rw-r--r--shorewall-logfile-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shorewall-logfile-html.lsp b/shorewall-logfile-html.lsp
index 748bd09..593a8d1 100644
--- a/shorewall-logfile-html.lsp
+++ b/shorewall-logfile-html.lsp
@@ -9,7 +9,7 @@
<dd><?= view.logfile.cmd ?></dd>
<h2>Content</h2>
-<textarea name="" style="width:100%;height:450px;"><? io.write(view.logfile.value) ?></textarea>
+<textarea name=""><? io.write(view.logfile.value) ?></textarea>
</body>
</html>