summaryrefslogtreecommitdiffstats
path: root/health-modules-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-modules-html.lsp')
-rw-r--r--health-modules-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/health-modules-html.lsp b/health-modules-html.lsp
index d379d95..ee6e0ad 100644
--- a/health-modules-html.lsp
+++ b/health-modules-html.lsp
@@ -1,6 +1,6 @@
-<? local view = ... ?>
+<% local view = ... %>
<h1>Modules</h1>
<h2>Installed modules</h2>
-<pre><?= view.value.list.value ?></pre>
+<pre><%= view.value.list.value %></pre>