summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
committerNatanael Copa <natanael.copa@gmail.com>2008-07-28 06:48:16 +0000
commit5aa214f71f495db0d0d75e9e16f2677d6a09f585 (patch)
tree051e1f9282f71121d7f8125dd22e32beb92c57e3 /health-network-html.lsp
parent9fcda9ad78f8c42ed291c10e8bfea3e3000c30a3 (diff)
downloadacf-alpine-baselayout-5aa214f71f495db0d0d75e9e16f2677d6a09f585.tar.bz2
acf-alpine-baselayout-5aa214f71f495db0d0d75e9e16f2677d6a09f585.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'health-network-html.lsp')
-rw-r--r--health-network-html.lsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/health-network-html.lsp b/health-network-html.lsp
index 6533133..d97322a 100644
--- a/health-network-html.lsp
+++ b/health-network-html.lsp
@@ -1,9 +1,9 @@
-<? local view = ... ?>
+<% local view = ... %>
<h1>Network</h1>
<h2>Interface status</h2>
-<pre><?= view.value.interfaces.value ?></pre>
+<pre><%= view.value.interfaces.value %></pre>
<h2>Routes</h2>
-<pre><?= view.value.routes.value ?></pre>
+<pre><%= view.value.routes.value %></pre>