summaryrefslogtreecommitdiff
path: root/swat/esptest
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-31 03:37:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:20 -0500
commitee21d32b25fe5de19364d678317475d44b1d5e29 (patch)
tree4abd9d22325b61fce6b373fb7e1a771d2cb9353c /swat/esptest
parent913c19cd5b9b43f653652967edf9dc4d9816c79b (diff)
downloadsamba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.gz
samba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.bz2
samba-ee21d32b25fe5de19364d678317475d44b1d5e29.zip
r7134: a number of small changes to make the pages HTML compliant. The
builtin web validator in firefox sure is useful! (This used to be commit aa43111aa5f9a183395ebd840d8f77867730ab23)
Diffstat (limited to 'swat/esptest')
-rw-r--r--swat/esptest/include.esp8
-rw-r--r--swat/esptest/session.esp2
-rw-r--r--swat/esptest/showvars.esp2
3 files changed, 5 insertions, 7 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
diff --git a/swat/esptest/session.esp b/swat/esptest/session.esp
index 309505bae3..4fb4ee7bb4 100644
--- a/swat/esptest/session.esp
+++ b/swat/esptest/session.esp
@@ -45,7 +45,7 @@ if (request['REQUEST_METHOD'] == "POST") {
}
simple_table(session);
-write("SessionId=" + request['SESSION_ID'] + "<br>\n");
+write("SessionId=" + request['SESSION_ID'] + "<br/>\n");
%>
<% page_footer(); %>
diff --git a/swat/esptest/showvars.esp b/swat/esptest/showvars.esp
index 40008a0d7d..38904edcc5 100644
--- a/swat/esptest/showvars.esp
+++ b/swat/esptest/showvars.esp
@@ -21,6 +21,4 @@
showArray("session", session);
%>
-</ul>
-
<% page_footer(); %>