summaryrefslogtreecommitdiff
path: root/swat/esptest/include.esp
diff options
context:
space:
mode:
Diffstat (limited to 'swat/esptest/include.esp')
-rw-r--r--swat/esptest/include.esp8
1 files changed, 4 insertions, 4 deletions
diff --git a/swat/esptest/include.esp b/swat/esptest/include.esp
index 37772fd03f..96afead1f9 100644
--- a/swat/esptest/include.esp
+++ b/swat/esptest/include.esp
@@ -1,13 +1,13 @@
<% page_header("columns", "ESP Include Test"); %>
-including /scripting/test.ejs<p>
+including /scripting/test.ejs<p/>
<% include("/scripting/test.ejs"); %>
-calling a function from test.ejs ...<p>
+calling a function from test.ejs ...<p/>
<% showArray("request", request); %>
-including /scripting/test.esp<p>
+including /scripting/test.esp<p/>
<% include /scripting/test.esp %>
-calling a function from test.esp ...<p>
+calling a function from test.esp ...<p/>
<% res = testfn('foo'); %>
result is: @@res