diff options
Diffstat (limited to 'syslog-loginfo-html.lsp')
-rw-r--r-- | syslog-loginfo-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/syslog-loginfo-html.lsp b/syslog-loginfo-html.lsp index 91b24c4..2c3c4f2 100644 --- a/syslog-loginfo-html.lsp +++ b/syslog-loginfo-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary = ... %> -<% require("viewfunctions") %> +<% require("htmlviewfunctions") %> <% ---[[ %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -10,7 +10,7 @@ end %> <H2>Program Specific Options/Information</H2> <DL> <% -displayitem(form.value.logfile) -displayitem(form.value.remote) +htmlviewfunctions.displayitem(form.value.logfile) +htmlviewfunctions.displayitem(form.value.remote) %> </DL> |