summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'opennhrp-show-html.lsp')
-rw-r--r--opennhrp-show-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
index 4490d56..fce8a79 100644
--- a/opennhrp-show-html.lsp
+++ b/opennhrp-show-html.lsp
@@ -1,12 +1,12 @@
-<? local data, viewlibrary, page_info = ...
+<% local data, viewlibrary, page_info = ...
require("viewfunctions")
-?>
+%>
-<? if viewlibrary and viewlibrary.dispatch_component then
+<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
-end ?>
+end %>
-<H1><?= data.label ?></H1>
+<H1><%= data.label %></H1>
<DL>
-<? displayitem(data) ?>
+<% displayitem(data) %>
</DL>