summaryrefslogtreecommitdiffstats
path: root/logfiles-tail-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-tail-html.lsp')
-rw-r--r--logfiles-tail-html.lsp2
1 files changed, 0 insertions, 2 deletions
diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp
index 81079c6..2bb95f9 100644
--- a/logfiles-tail-html.lsp
+++ b/logfiles-tail-html.lsp
@@ -65,11 +65,9 @@ if form.value.grep.value ~= "" then
displayitem(form.value.grep)
end
%>
-</DL>
<textarea id="filecontent">
</textarea>
<p class="error" id="errtxt"></p>
-<DL>
<DT>Start / Stop tailing file</DT>
<DD>
<input TYPE="button" ID="Start" VALUE="Start" onClick='$("#errtxt").empty(); Update(); $("#Start").attr("disabled","disabled");$("#Stop").removeAttr("disabled");'>