Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:grails/grails into grails
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Feb 9, 2010
2 parents 2db3c80 + a925141 commit 01230e1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -840,7 +840,7 @@ private void endTag() {
String bodyTagClosureName = "null";
if (!tm.emptyTag && !tm.bufferMode) {
bodyTagClosureName = "body" + tagIndex;
out.println("}");
out.println("})");
closureLevel--;
}

Expand Down Expand Up @@ -1018,7 +1018,7 @@ private void writeTagBodyStart(TagMeta tm) {
out
.println("body"
+ tm.tagIndex
+ " = new GroovyPageTagBody(this,binding.webRequest) {");
+ " = new GroovyPageTagBody(this,binding.webRequest, {");
closureLevel++;
}
}
Expand Down

0 comments on commit 01230e1

Please sign in to comment.