summaryrefslogtreecommitdiffstats
path: root/openssl-editconfigfile-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
commite96bf1c113a417c8bf5274afd1d5583a27dfd448 (patch)
tree766c9a1498495d9b1e3eef113da5c3ffaa66d0ca /openssl-editconfigfile-html.lsp
parente5b771729ba26f578cbc6b770dec27342378d0a7 (diff)
downloadacf-openssl-e96bf1c113a417c8bf5274afd1d5583a27dfd448.tar.bz2
acf-openssl-e96bf1c113a417c8bf5274afd1d5583a27dfd448.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-editconfigfile-html.lsp')
-rw-r--r--openssl-editconfigfile-html.lsp12
1 files changed, 6 insertions, 6 deletions
diff --git a/openssl-editconfigfile-html.lsp b/openssl-editconfigfile-html.lsp
index bd8e6de..50b8922 100644
--- a/openssl-editconfigfile-html.lsp
+++ b/openssl-editconfigfile-html.lsp
@@ -1,12 +1,12 @@
-<? local form, viewlibrary, page_info, session = ... ?>
-<? require("viewfunctions") ?>
+<% local form, viewlibrary, page_info, session = ... %>
+<% require("viewfunctions") %>
-<?
+<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
func(form, viewlibrary, page_info, session)
-?>
+%>
-<? if viewlibrary and viewlibrary.dispatch_component and session.permissions.openssl.checkenvironment then
+<% if viewlibrary and viewlibrary.dispatch_component and session.permissions.openssl.checkenvironment then
viewlibrary.dispatch_component("checkenvironment")
-end ?>
+end %>