summaryrefslogtreecommitdiffstats
path: root/prototypejsdemo-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
commitcb95b5d3f2551642baa623a447b40b7193dc5bd8 (patch)
tree46d12dff19d7c3560c43622687831c70189c5d11 /prototypejsdemo-html.lsp
parent8b2e668680ca182d6a4f08daa90efe6dcb72d66f (diff)
downloadacf-sandbox-cb95b5d3f2551642baa623a447b40b7193dc5bd8.tar.bz2
acf-sandbox-cb95b5d3f2551642baa623a447b40b7193dc5bd8.tar.xz
use <% %> instead of <? ?>
git-svn-id: svn://svn.alpinelinux.org/acf/sandbox/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'prototypejsdemo-html.lsp')
-rw-r--r--prototypejsdemo-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypejsdemo-html.lsp b/prototypejsdemo-html.lsp
index c9c1ee2..e53abb9 100644
--- a/prototypejsdemo-html.lsp
+++ b/prototypejsdemo-html.lsp
@@ -1,4 +1,4 @@
-<? local ctl = ... ?>
+<% local ctl = ... %>
<script type="text/javascript" src="/static/prototype.js">
</script>