View | Details | Raw Unified | Return to bug 38376
Collapse All | Expand All

(-)Generator.java.orig (-1 / +2 lines)
Lines 2256-2262 Link Here
2256
                    out.printin("if (");
2256
                    out.printin("if (");
2257
                    out.print(tagEvalVar);
2257
                    out.print(tagEvalVar);
2258
                    out.println(
2258
                    out.println(
2259
                        " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE)");
2259
                        " != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) {");
2260
                    out.pushIndent();
2260
                    out.pushIndent();
2261
                    out.printil("out = _jspx_page_context.popBody();");
2261
                    out.printil("out = _jspx_page_context.popBody();");
2262
                    if (n.implementsTryCatchFinally()) {
2262
                    if (n.implementsTryCatchFinally()) {
Lines 2267-2272 Link Here
2267
                        out.println("[0]--;");
2267
                        out.println("[0]--;");
2268
                    }
2268
                    }
2269
                    out.popIndent();
2269
                    out.popIndent();
2270
                    out.println("}");
2270
                }
2271
                }
2271
2272
2272
                out.popIndent(); // EVAL_BODY
2273
                out.popIndent(); // EVAL_BODY

Return to bug 38376