Author: yoavs
Date: Thu Apr 13 13:56:51 2006
New Revision: 393936

URL: http://svn.apache.org/viewcvs?rev=393936&view=rev
Log:
Bugzilla 38376: http://issues.apache.org/bugzilla/show_bug.cgi?id=38376

Modified:
    tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java

Modified: 
tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java
URL: 
http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java?rev=393936&r1=393935&r2=393936&view=diff
==============================================================================
--- tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java 
(original)
+++ tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Generator.java 
Thu Apr 13 13:56:51 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
+ * Copyright 1999,2004-2006 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -2278,7 +2278,7 @@
                     out.printin("if (");
                     out.print(tagEvalVar);
                     out.println(
-                        " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)");
+                        " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) 
{");
                     out.pushIndent();
                     out.printil("out = _jspx_page_context.popBody();");
                     if (n.implementsTryCatchFinally()) {
@@ -2289,6 +2289,7 @@
                         out.println("[0]--;");
                     }
                     out.popIndent();
+                    out.printil("}");
                 }
 
                 out.popIndent(); // EVAL_BODY



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to