summaryrefslogtreecommitdiffstats
path: root/app/status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/status-html.lsp')
-rw-r--r--app/status-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp
index 6cb9eea..4cb693f 100644
--- a/app/status-html.lsp
+++ b/app/status-html.lsp
@@ -1,12 +1,12 @@
-<? local data = ...
+<% local data = ...
require("viewfunctions")
-?>
+%>
<H1>System Info</H1>
<DL>
-<?
+<%
displayitem(data.value.status)
displayitem(data.value.version)
displayitem(data.value.autostart)
-?>
+%>
</DL>