summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-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
commit6507fcabf3bf6be70d536796b4bb337e9fd261d9 (patch)
tree3d5c6242a5d0ac62c5e82364fb101bb9c11bd32f /opennhrp-show-html.lsp
parente87110a3692c44b508e017809bc0d9582d72295d (diff)
downloadacf-opennhrp-6507fcabf3bf6be70d536796b4bb337e9fd261d9.tar.bz2
acf-opennhrp-6507fcabf3bf6be70d536796b4bb337e9fd261d9.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>