diff options
Diffstat (limited to 'syslog-loginfo-html.lsp')
-rw-r--r-- | syslog-loginfo-html.lsp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 0e9b408..5e1a19f 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -7,10 +7,8 @@ end %> <% --]] %> -<H2>Program Specific Options/Information</H2> -<DL> +<h2>Program Specific Options/Information</h2> <% htmlviewfunctions.displayitem(form.value.logfile) htmlviewfunctions.displayitem(form.value.remote) %> -</DL> |