summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r--health-proc-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp
index 299c605..6e52d21 100644
--- a/health-proc-html.lsp
+++ b/health-proc-html.lsp
@@ -1,9 +1,9 @@
-<? local view = ... ?>
+<% local view = ... %>
<h1>Process information</h1>
<h2>Processor</h2>
-<pre><?= view.value.processor.value ?></pre>
+<pre><%= view.value.processor.value %></pre>
<h2>Memory</h2>
-<pre><?= view.value.memory.value ?></pre>
+<pre><%= view.value.memory.value %></pre>