From: markt Date: Mon, 2 Aug 2010 16:10:21 +0000 (+0000) Subject: Tab police X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dc42f82b753a3b775e11d6a33ec15442253ab878;p=tomcat7.0 Tab police git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/WEB-INF/jsp/debug-taglib.tld b/webapps/examples/WEB-INF/jsp/debug-taglib.tld index 66f082470..7e589ebf6 100644 --- a/webapps/examples/WEB-INF/jsp/debug-taglib.tld +++ b/webapps/examples/WEB-INF/jsp/debug-taglib.tld @@ -17,7 +17,7 @@ --> + "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd"> @@ -42,11 +42,11 @@ examples.LogTag TAGDEPENDENT - Perform a server side action; Log the message. + Perform a server side action; Log the message. - toBrowser - false + toBrowser + false diff --git a/webapps/examples/WEB-INF/jsp/example-taglib.tld b/webapps/examples/WEB-INF/jsp/example-taglib.tld index e6cf82baf..bd316d5b4 100644 --- a/webapps/examples/WEB-INF/jsp/example-taglib.tld +++ b/webapps/examples/WEB-INF/jsp/example-taglib.tld @@ -17,7 +17,7 @@ --> + "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd"> @@ -26,7 +26,7 @@ simple http://tomcat.apache.org/example-taglib - A simple tab library for the examples + A simple tab library for the examples @@ -48,7 +48,7 @@ examples.FooTagExtraInfo JSP - Perform a server side action; uses 3 mandatory attributes + Perform a server side action; uses 3 mandatory attributes @@ -72,11 +72,11 @@ examples.LogTag TAGDEPENDENT - Perform a server side action; Log the message. + Perform a server side action; Log the message. - toBrowser - false + toBrowser + false diff --git a/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld b/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld index 707d9975f..bb2234ae8 100644 --- a/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld +++ b/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld @@ -25,10 +25,10 @@ SimpleTagLibrary http://tomcat.apache.org/jsp2-example-taglib - Outputs Hello, World + Outputs Hello, World helloWorld - jsp2.examples.simpletag.HelloWorldSimpleTag - empty + jsp2.examples.simpletag.HelloWorldSimpleTag + empty Repeats the body of the tag 'num' times @@ -46,15 +46,15 @@ - Populates the page context with a BookBean + Populates the page context with a BookBean findBook - jsp2.examples.simpletag.FindBookSimpleTag - empty - - var - true - true - + jsp2.examples.simpletag.FindBookSimpleTag + empty + + var + true + true + @@ -66,17 +66,17 @@ fragment1 true - true + true fragment2 true - true + true fragment3 true - true + true @@ -94,31 +94,31 @@ - - Tag that echoes all its attributes and body content - - echoAttributes - jsp2.examples.simpletag.EchoAttributesTag - empty - true + + Tag that echoes all its attributes and body content + + echoAttributes + jsp2.examples.simpletag.EchoAttributesTag + empty + true Reverses the characters in the given String reverse - jsp2.examples.el.Functions - java.lang.String reverse( java.lang.String ) + jsp2.examples.el.Functions + java.lang.String reverse( java.lang.String ) Counts the number of vowels (a,e,i,o,u) in the given String countVowels - jsp2.examples.el.Functions - java.lang.String numVowels( java.lang.String ) + jsp2.examples.el.Functions + java.lang.String numVowels( java.lang.String ) - Converts the string to all caps + Converts the string to all caps caps - jsp2.examples.el.Functions - java.lang.String caps( java.lang.String ) + jsp2.examples.el.Functions + java.lang.String caps( java.lang.String ) diff --git a/webapps/examples/jsp/cal/cal1.jsp b/webapps/examples/jsp/cal/cal1.jsp index 920575737..e9d1924d2 100644 --- a/webapps/examples/jsp/cal/cal1.jsp +++ b/webapps/examples/jsp/cal/cal1.jsp @@ -16,7 +16,7 @@ limitations under the License. --> - Calendar: A JSP APPLICATION + Calendar: A JSP APPLICATION @@ -26,8 +26,8 @@ <% - table.processRequest(request); - if (table.getProcessError() == false) { + table.processRequest(request); + if (table.getProcessError() == false) { %> @@ -48,20 +48,20 @@
<% - for(int i=0; i - - - > - <%= entr.getHour() %> - - > - <% out.print(util.HTMLFilter.filter(entr.getDescription())); %> - - + + + > + <%= entr.getHour() %> + + > + <% out.print(util.HTMLFilter.filter(entr.getDescription())); %> + + <% - } + } %> @@ -71,19 +71,19 @@ + <% out.print(util.HTMLFilter.filter(table.getEmail())); %>
<% out.print(util.HTMLFilter.filter(table.getName())); %> : - <% out.print(util.HTMLFilter.filter(table.getEmail())); %>
<% - } else { + } else { %> - You must enter your name and email address correctly. + You must enter your name and email address correctly. <% - } + } %> diff --git a/webapps/examples/jsp/cal/cal2.jsp b/webapps/examples/jsp/cal/cal2.jsp index 636eaf0bc..b2295de89 100644 --- a/webapps/examples/jsp/cal/cal2.jsp +++ b/webapps/examples/jsp/cal/cal2.jsp @@ -17,7 +17,7 @@ --> - Calendar: A JSP APPLICATION + Calendar: A JSP APPLICATION @@ -25,7 +25,7 @@ <% - String time = request.getParameter ("time"); + String time = request.getParameter ("time"); %> Please add the following event: diff --git a/webapps/examples/jsp/cal/login.html b/webapps/examples/jsp/cal/login.html index e601b17c8..5ed271bc6 100644 --- a/webapps/examples/jsp/cal/login.html +++ b/webapps/examples/jsp/cal/login.html @@ -17,26 +17,26 @@ --> - Login page for the calendar. + Login page for the calendar.
- Please Enter the following information: + Please Enter the following information:
-
+ - Name - -
- Email - -
- + Name + +
+ Email + +
+ -
+
Note: This application does not implement the complete functionality of a typical calendar application. It demostartes a way JSP can be diff --git a/webapps/examples/jsp/checkbox/checkresult.jsp b/webapps/examples/jsp/checkbox/checkresult.jsp index 537054be3..4b7fa96d7 100644 --- a/webapps/examples/jsp/checkbox/checkresult.jsp +++ b/webapps/examples/jsp/checkbox/checkresult.jsp @@ -25,18 +25,18 @@
The checked fruits (got using request) are:
<% - fruits = request.getParameterValues("fruit"); + fruits = request.getParameterValues("fruit"); %>
    <% if (fruits != null) { - for (int i = 0; i < fruits.length; i++) { + for (int i = 0; i < fruits.length; i++) { %>
  • <% - out.println (util.HTMLFilter.filter(fruits[i])); - } - } else out.println ("none selected"); + out.println (util.HTMLFilter.filter(fruits[i])); + } + } else out.println ("none selected"); %>

@@ -45,18 +45,18 @@ The checked fruits (got using request) are:
The checked fruits (got using beans) are
<% - fruits = foo.getFruit(); + fruits = foo.getFruit(); %>
    <% if (!fruits[0].equals("1")) { - for (int i = 0; i < fruits.length; i++) { + for (int i = 0; i < fruits.length; i++) { %>
  • <% - out.println (util.HTMLFilter.filter(fruits[i])); - } - } else out.println ("none selected"); + out.println (util.HTMLFilter.filter(fruits[i])); + } + } else out.println ("none selected"); %>
diff --git a/webapps/examples/jsp/colors/colrs.jsp b/webapps/examples/jsp/colors/colrs.jsp index bac3dc39f..f7661968a 100644 --- a/webapps/examples/jsp/colors/colrs.jsp +++ b/webapps/examples/jsp/colors/colrs.jsp @@ -20,7 +20,7 @@ <% - cb.processRequest(); + cb.processRequest(); %> > @@ -28,20 +28,20 @@

<% if (cb.getHint()==true) { %> - -

Hint #1: Vampires prey at night! -

Hint #2: Nancy without the n. + +

Hint #1: Vampires prey at night! +

Hint #2: Nancy without the n. <% } %> <% if (cb.getSuccess()==true) { %>

CONGRATULATIONS!! - <% if (cb.getHintTaken()==true) { %> + <% if (cb.getHintTaken()==true) { %>

( although I know you cheated and peeked into the hints) - <% } %> + <% } %> <% } %> diff --git a/webapps/examples/jsp/dates/date.jsp b/webapps/examples/jsp/dates/date.jsp index dc36929e3..84c2724e1 100644 --- a/webapps/examples/jsp/dates/date.jsp +++ b/webapps/examples/jsp/dates/date.jsp @@ -23,17 +23,17 @@

    -
  • Day of month: is -
  • Year: is -
  • Month: is -
  • Time: is -
  • Date: is -
  • Day: is -
  • Day Of Year: is -
  • Week Of Year: is -
  • era: is -
  • DST Offset: is -
  • Zone Offset: is +
  • Day of month: is +
  • Year: is +
  • Month: is +
  • Time: is +
  • Date: is +
  • Day: is +
  • Day Of Year: is +
  • Week Of Year: is +
  • era: is +
  • DST Offset: is +
  • Zone Offset: is
diff --git a/webapps/examples/jsp/error/err.jsp b/webapps/examples/jsp/error/err.jsp index 339d5b294..dc5d98b0e 100644 --- a/webapps/examples/jsp/error/err.jsp +++ b/webapps/examples/jsp/error/err.jsp @@ -17,28 +17,28 @@ --> - <%@ page errorPage="errorpge.jsp" %> - - <% - String name = null; + <%@ page errorPage="errorpge.jsp" %> + + <% + String name = null; - if (request.getParameter("name") == null) { - %> - <%@ include file="error.html" %> - <% - } else { - foo.setName(request.getParameter("name")); - if (foo.getName().equalsIgnoreCase("integra")) - name = "acura"; - if (name.equalsIgnoreCase("acura")) { - %> + if (request.getParameter("name") == null) { + %> + <%@ include file="error.html" %> + <% + } else { + foo.setName(request.getParameter("name")); + if (foo.getName().equalsIgnoreCase("integra")) + name = "acura"; + if (name.equalsIgnoreCase("acura")) { + %> -

Yes!!! Acura is my favorite car. +

Yes!!! Acura is my favorite car. - <% - } - } - %> + <% + } + } + %> diff --git a/webapps/examples/jsp/error/errorpge.jsp b/webapps/examples/jsp/error/errorpge.jsp index 58eebcdea..e52ccfc72 100644 --- a/webapps/examples/jsp/error/errorpge.jsp +++ b/webapps/examples/jsp/error/errorpge.jsp @@ -18,8 +18,8 @@ - <%@ page isErrorPage="true" %> -

The exception <%= exception.getMessage() %> tells me you - made a wrong choice. + <%@ page isErrorPage="true" %> +

The exception <%= exception.getMessage() %> tells me you + made a wrong choice. diff --git a/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp b/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp index 39aa7554a..1108df03d 100644 --- a/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp +++ b/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp @@ -30,58 +30,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
EL ExpressionResult
\${1}${1}
\${1 + 2}${1 + 2}
\${1.2 + 2.3}${1.2 + 2.3}
\${1.2E4 + 1.4}${1.2E4 + 1.4}
\${-4 - 2}${-4 - 2}
\${21 * 2}${21 * 2}
\${3/4}${3/4}
\${3 div 4}${3 div 4}
\${3/0}${3/0}
\${10%4}${10%4}
\${10 mod 4}${10 mod 4}
EL ExpressionResult
\${1}${1}
\${1 + 2}${1 + 2}
\${1.2 + 2.3}${1.2 + 2.3}
\${1.2E4 + 1.4}${1.2E4 + 1.4}
\${-4 - 2}${-4 - 2}
\${21 * 2}${21 * 2}
\${3/4}${3/4}
\${3 div 4}${3 div 4}
\${3/0}${3/0}
\${10%4}${10%4}
\${10 mod 4}${10 mod 4}
\${(1==2) ? 3 : 4} ${(1==2) ? 3 : 4}
+
diff --git a/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp b/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp index 1d6815bab..77679d6eb 100644 --- a/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp +++ b/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp @@ -36,80 +36,80 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EL ExpressionResult
\${1 < 2}${1 < 2}
\${1 lt 2}${1 lt 2}
\${1 > (4/2)}${1 > (4/2)}
\${1 gt (4/2)}${1 gt (4/2)}
\${4.0 >= 3}${4.0 >= 3}
\${4.0 ge 3}${4.0 ge 3}
\${4 <= 3}${4 <= 3}
\${4 le 3}${4 le 3}
\${100.0 == 100}${100.0 == 100}
\${100.0 eq 100}${100.0 eq 100}
\${(10*10) != 100}${(10*10) != 100}
\${(10*10) ne 100}${(10*10) ne 100}
+ EL Expression + Result + + + \${1 < 2} + ${1 < 2} + + + \${1 lt 2} + ${1 lt 2} + + + \${1 > (4/2)} + ${1 > (4/2)} + + + \${1 gt (4/2)} + ${1 gt (4/2)} + + + \${4.0 >= 3} + ${4.0 >= 3} + + + \${4.0 ge 3} + ${4.0 ge 3} + + + \${4 <= 3} + ${4 <= 3} + + + \${4 le 3} + ${4 le 3} + + + \${100.0 == 100} + ${100.0 == 100} + + + \${100.0 eq 100} + ${100.0 eq 100} + + + \${(10*10) != 100} + ${(10*10) != 100} + + + \${(10*10) ne 100} + ${(10*10) ne 100} + +

Alphabetic - - - - - - - - - - - - - - - -
EL ExpressionResult
\${'a' < 'b'}${'a' < 'b'}
\${'hip' > 'hit'}${'hip' > 'hit'}
\${'4' > 3}${'4' > 3}
+ EL Expression + Result + + + \${'a' < 'b'} + ${'a' < 'b'} + + + \${'hip' > 'hit'} + ${'hip' > 'hit'} + + + \${'4' > 3} + ${'4' > 3} + +
diff --git a/webapps/examples/jsp/jsp2/el/functions.jsp b/webapps/examples/jsp/jsp2/el/functions.jsp index f3370a2e4..557f93484 100644 --- a/webapps/examples/jsp/jsp2/el/functions.jsp +++ b/webapps/examples/jsp/jsp2/el/functions.jsp @@ -32,33 +32,33 @@
Change Parameter
- foo = + foo =

- - - - - - - - - - - - - - - - - - - -
EL ExpressionResult
\${param["foo"]}${fn:escapeXml(param["foo"])} 
\${my:reverse(param["foo"])}${my:reverse(fn:escapeXml(param["foo"]))} 
\${my:reverse(my:reverse(param["foo"]))}${my:reverse(my:reverse(fn:escapeXml(param["foo"])))} 
\${my:countVowels(param["foo"])}${my:countVowels(fn:escapeXml(param["foo"]))} 
+ EL Expression + Result + + + \${param["foo"]} + ${fn:escapeXml(param["foo"])}  + + + \${my:reverse(param["foo"])} + ${my:reverse(fn:escapeXml(param["foo"]))}  + + + \${my:reverse(my:reverse(param["foo"]))} + ${my:reverse(my:reverse(fn:escapeXml(param["foo"])))}  + + + \${my:countVowels(param["foo"])} + ${my:countVowels(fn:escapeXml(param["foo"]))}  + +
diff --git a/webapps/examples/jsp/jsp2/el/implicit-objects.jsp b/webapps/examples/jsp/jsp2/el/implicit-objects.jsp index 6a0988cd7..c1c1fc3b5 100644 --- a/webapps/examples/jsp/jsp2/el/implicit-objects.jsp +++ b/webapps/examples/jsp/jsp2/el/implicit-objects.jsp @@ -52,37 +52,37 @@
Change Parameter
- foo = + foo =

- - - - - - - - - - - - - - - - - - - - - - - -
EL ExpressionResult
\${param.foo}${fn:escapeXml(param["foo"])} 
\${param["foo"]}${fn:escapeXml(param["foo"])} 
\${header["host"]}${fn:escapeXml(header["host"])} 
\${header["accept"]}${fn:escapeXml(header["accept"])} 
\${header["user-agent"]}${fn:escapeXml(header["user-agent"])} 
+ EL Expression + Result + + + \${param.foo} + ${fn:escapeXml(param["foo"])}  + + + \${param["foo"]} + ${fn:escapeXml(param["foo"])}  + + + \${header["host"]} + ${fn:escapeXml(header["host"])}  + + + \${header["accept"]} + ${fn:escapeXml(header["accept"])}  + + + \${header["user-agent"]} + ${fn:escapeXml(header["user-agent"])}  + +
diff --git a/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp b/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp index d28148e7a..1d28584b9 100644 --- a/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp +++ b/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp @@ -36,7 +36,7 @@ Bean created! Setting foo.bar...
- + diff --git a/webapps/examples/jsp/jsp2/jspx/basic.jspx b/webapps/examples/jsp/jsp2/jspx/basic.jspx index d15f5aa08..2ff5cf9d9 100644 --- a/webapps/examples/jsp/jsp2/jspx/basic.jspx +++ b/webapps/examples/jsp/jsp2/jspx/basic.jspx @@ -17,7 +17,7 @@ + xmlns="http://www.w3.org/1999/xhtml"> JSPX - XHTML Basic Example diff --git a/webapps/examples/jsp/jsp2/misc/config.jsp b/webapps/examples/jsp/jsp2/misc/config.jsp index 281441218..68e374d0b 100644 --- a/webapps/examples/jsp/jsp2/misc/config.jsp +++ b/webapps/examples/jsp/jsp2/misc/config.jsp @@ -24,7 +24,7 @@
  • Uses <include-prelude> to include the top banner.
  • Uses <include-coda> to include the bottom banner.
  • Uses <scripting-invalid> true to disable - <% scripting %> elements
  • + <% scripting %> elements
  • Uses <el-ignored> true to disable ${EL} elements
  • Uses <page-encoding> ISO-8859-1 to set the page encoding (though this is the default anyway)
  • diff --git a/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp b/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp index 3f9748aed..fff5d2968 100644 --- a/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp +++ b/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp @@ -37,8 +37,8 @@

    Invocation 3 (three attributes)

      + catName="Fluffy" + blowfishName="Puffy"/>
    diff --git a/webapps/examples/jsp/jsp2/simpletag/book.jsp b/webapps/examples/jsp/jsp2/simpletag/book.jsp index 17c30d797..117ea4a9f 100644 --- a/webapps/examples/jsp/jsp2/simpletag/book.jsp +++ b/webapps/examples/jsp/jsp2/simpletag/book.jsp @@ -31,25 +31,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + +
    FieldValueCapitalized
    Title${book.title}${my:caps(book.title)}
    Author${book.author}${my:caps(book.author)}
    ISBN${book.isbn}${my:caps(book.isbn)}
    FieldValueCapitalized
    Title${book.title}${my:caps(book.title)}
    Author${book.author}${my:caps(book.author)}
    ISBN${book.isbn}${my:caps(book.isbn)}
    diff --git a/webapps/examples/jsp/jsp2/tagfiles/panel.jsp b/webapps/examples/jsp/jsp2/tagfiles/panel.jsp index d0e9badfd..17ac07434 100644 --- a/webapps/examples/jsp/jsp2/tagfiles/panel.jsp +++ b/webapps/examples/jsp/jsp2/tagfiles/panel.jsp @@ -32,25 +32,25 @@ - First panel.
    -
    + First panel.
    + - Second panel.
    - Second panel.
    - Second panel.
    - Second panel.
    -
    + Second panel.
    + Second panel.
    + Second panel.
    + Second panel.
    + - Third panel.
    + Third panel.
    - A panel in a panel. - - Third panel.
    -
    + A panel in a panel. + + Third panel.
    + diff --git a/webapps/examples/jsp/jsp2/tagfiles/products.jsp b/webapps/examples/jsp/jsp2/tagfiles/products.jsp index ac138f370..0092fa291 100644 --- a/webapps/examples/jsp/jsp2/tagfiles/products.jsp +++ b/webapps/examples/jsp/jsp2/tagfiles/products.jsp @@ -31,23 +31,23 @@

    Products

    - Item: ${name}
    - Price: ${price} + Item: ${name}
    + Price: ${price}
    - Item: ${name}
    - Was: ${origPrice}
    - Now: ${salePrice} + Item: ${name}
    + Was: ${origPrice}
    + Now: ${salePrice}

    Products (Same tag, alternate style)

    - ${name} @ ${price} ea. + ${name} @ ${price} ea. - ${name} @ ${salePrice} ea. (was: ${origPrice}) + ${name} @ ${salePrice} ea. (was: ${origPrice}) diff --git a/webapps/examples/jsp/sessions/carts.jsp b/webapps/examples/jsp/sessions/carts.jsp index 187d50182..3a3f6fcd4 100644 --- a/webapps/examples/jsp/sessions/carts.jsp +++ b/webapps/examples/jsp/sessions/carts.jsp @@ -20,7 +20,7 @@ <% - cart.processRequest(); + cart.processRequest(); %> @@ -28,12 +28,12 @@
    You have the following items in your cart:
      <% - String[] items = cart.getItems(); - for (int i=0; i
    1. <% out.print(util.HTMLFilter.filter(items[i])); %> <% - } + } %>
    diff --git a/webapps/examples/jsp/tagplugin/choose.jsp b/webapps/examples/jsp/tagplugin/choose.jsp index a0b51479d..62aa75ee5 100644 --- a/webapps/examples/jsp/tagplugin/choose.jsp +++ b/webapps/examples/jsp/tagplugin/choose.jsp @@ -40,18 +40,18 @@ FF"> # ${index}: - + One!
    -
    - + + Four!
    -
    - + + Three!
    -
    - +
    + Huh?
    -
    +
    diff --git a/webapps/examples/jsp/tagplugin/foreach.jsp b/webapps/examples/jsp/tagplugin/foreach.jsp index 636cee3dd..acf38ee7f 100644 --- a/webapps/examples/jsp/tagplugin/foreach.jsp +++ b/webapps/examples/jsp/tagplugin/foreach.jsp @@ -43,15 +43,15 @@ FF"> <% Vector v = new Vector(); - v.add("One"); v.add("Two"); v.add("Three"); v.add("Four"); + v.add("One"); v.add("Two"); v.add("Three"); v.add("Four"); - pageContext.setAttribute("vector", v); + pageContext.setAttribute("vector", v); %>

    Iterating over a Vector

    - ${item} + ${item} diff --git a/webapps/examples/jsp/tagplugin/if.jsp b/webapps/examples/jsp/tagplugin/if.jsp index 408655c75..dd21c80cc 100644 --- a/webapps/examples/jsp/tagplugin/if.jsp +++ b/webapps/examples/jsp/tagplugin/if.jsp @@ -39,7 +39,7 @@

    Conditionally execute the body

    - It's true that (2>0)! + It's true that (2>0)!