summaryrefslogtreecommitdiffstats
path: root/logfiles-view-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-view-html.lsp')
-rw-r--r--logfiles-view-html.lsp3
1 files changed, 1 insertions, 2 deletions
diff --git a/logfiles-view-html.lsp b/logfiles-view-html.lsp
index e88996c..c680b80 100644
--- a/logfiles-view-html.lsp
+++ b/logfiles-view-html.lsp
@@ -2,7 +2,6 @@
<html>
<body>
<h1>View file</h1>
-<?= html.form[view.logfile.type](view.logfile) ?>
- <p class="error"><?= view.logfile.errtxt ?></p>
+<textarea name="" style="width:100%;height:450px;"><? io.write(view.logfile.value) ?></textarea>
</body>
</html>