diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 06:48:16 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2008-07-28 06:48:16 +0000 |
commit | e96bf1c113a417c8bf5274afd1d5583a27dfd448 (patch) | |
tree | 766c9a1498495d9b1e3eef113da5c3ffaa66d0ca /openssl-viewcert-html.lsp | |
parent | e5b771729ba26f578cbc6b770dec27342378d0a7 (diff) | |
download | acf-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-viewcert-html.lsp')
-rw-r--r-- | openssl-viewcert-html.lsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl-viewcert-html.lsp b/openssl-viewcert-html.lsp index 0593afd..d23cb53 100644 --- a/openssl-viewcert-html.lsp +++ b/openssl-viewcert-html.lsp @@ -1,8 +1,8 @@ -<? local view, viewlibrary = ... ?> +<% local view, viewlibrary = ... %> -<? --[[ DEBUG INFORMATION +<% --[[ DEBUG INFORMATION io.write(html.cfe_unpack(view)) ---]] ?> +--]] %> <H1>Certificate Details</H1> -<pre><?= view.value.value ?></pre> +<pre><%= view.value.value %></pre> |