summaryrefslogtreecommitdiffstats
path: root/logfiles-view-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-12-20 14:10:00 +0000
committerMika Havela <mika.havela@gmail.com>2007-12-20 14:10:00 +0000
commita3d3940a2ca8d1b7380771265b184054f9490065 (patch)
treed0a99c3515bd41ec54315d2408b5ccd9929260e2 /logfiles-view-html.lsp
parent790fc5c495d8f5dc428fdd8964500e24d7bd2014 (diff)
downloadacf-alpine-baselayout-a3d3940a2ca8d1b7380771265b184054f9490065.tar.bz2
acf-alpine-baselayout-a3d3940a2ca8d1b7380771265b184054f9490065.tar.xz
Changed the view-files to reflect updates in css
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@428 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'logfiles-view-html.lsp')
-rw-r--r--logfiles-view-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp
index c680b80..f148b86 100644
--- a/logfiles-view-html.lsp
+++ b/logfiles-view-html.lsp
@@ -2,6 +2,6 @@
<html>
<body>
<h1>View file</h1>
-<textarea name="" style="width:100%;height:450px;"><? io.write(view.logfile.value) ?></textarea>
+<textarea name=""><? io.write(view.logfile.value) ?></textarea>
</body>
</html>