You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/03/25 23:46:41 UTC

svn commit: r927623 - /tomcat/trunk/test/webapp-3.0/script-expr.jsp

Author: markt
Date: Thu Mar 25 22:46:40 2010
New Revision: 927623

URL: http://svn.apache.org/viewvc?rev=927623&view=rev
Log:
Obey the rules on quoting

Modified:
    tomcat/trunk/test/webapp-3.0/script-expr.jsp

Modified: tomcat/trunk/test/webapp-3.0/script-expr.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-3.0/script-expr.jsp?rev=927623&r1=927622&r2=927623&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-3.0/script-expr.jsp (original)
+++ tomcat/trunk/test/webapp-3.0/script-expr.jsp Thu Mar 25 22:46:40 2010
@@ -23,12 +23,12 @@
     <p><%= "02-hello \\\"world" %></p>
     <p><%= "03-hello ${world" %></p>
     <p><%= "04-hello \\${world" %></p>
-    <tags:echo echo="<%= "05-hello world" %>" />
-    <tags:echo echo="<%= "06-hello \\\"world" %>" />
-    <tags:echo echo="<%= "07-hello \\\\\\\"world" %>" />
-    <tags:echo echo="<%= "08-hello ${world" %>" />
-    <tags:echo echo="<%= "09-hello \\\\${world" %>" />
-    <tags:echo echo="10-hello <\% world" />
-    <tags:echo echo="11-hello %\> world" />
+    <tags:echo echo='<%= "05-hello world" %>' />
+    <tags:echo echo='<%= "06-hello \\\"world" %>' />
+    <tags:echo echo='<%= "07-hello \\\\\\\"world" %>' />
+    <tags:echo echo='<%= "08-hello ${world" %>' />
+    <tags:echo echo='<%= "09-hello \\\\${world" %>' />
+    <tags:echo echo='10-hello <\% world' />
+    <tags:echo echo='11-hello %\> world' />
   </body>
 </html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org