From: markt Date: Fri, 12 Sep 2008 20:02:45 +0000 (+0000) Subject: Fix copy and paste error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1cd65c5ec69c0a3c6e88199127a5515365e8f820;p=tomcat7.0 Fix copy and paste error git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@694791 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp b/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp index a396c5e54..1d6815bab 100644 --- a/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp +++ b/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp @@ -52,8 +52,8 @@ ${1 > (4/2)} - \${1 > (4/2)} - ${1 > (4/2)} + \${1 gt (4/2)} + ${1 gt (4/2)} \${4.0 >= 3}