diff options
Diffstat (limited to 'openntpd-details-html.lsp')
-rw-r--r-- | openntpd-details-html.lsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp index bb68ed2..db71acd 100644 --- a/openntpd-details-html.lsp +++ b/openntpd-details-html.lsp @@ -1,5 +1,5 @@ <% local data, viewlibrary = ... -require("viewfunctions") +require("htmlviewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -9,8 +9,8 @@ end %> <H2><%= html.html_escape(data.label) %></H2> <DL> <% -displayitem(data.value.date) -displayitem(data.value.timechanged) +htmlviewfunctions.displayitem(data.value.date) +htmlviewfunctions.displayitem(data.value.timechanged) %> </DL> |