From f58d15f93fe1f9dda09d7b564a49d9fd4c53a08d Mon Sep 17 00:00:00 2001 From: "David A. Madore" Date: Sat, 9 Oct 2010 22:06:05 +0200 Subject: Footer handler. --- org/madore/damlengine/TodoBodyElement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/madore/damlengine/TodoBodyElement.java') diff --git a/org/madore/damlengine/TodoBodyElement.java b/org/madore/damlengine/TodoBodyElement.java index ce1f064..e70bd3b 100644 --- a/org/madore/damlengine/TodoBodyElement.java +++ b/org/madore/damlengine/TodoBodyElement.java @@ -68,7 +68,7 @@ public final class TodoBodyElement extends TodoDefaultElement { "d:implicit-do-footer"); bodyNode.appendChild(token); bodyNode.appendChild(ctx.doc.createTextNode("\n")); - // toProcess.add(new TodoFooter(token, this.ctx, this)); + toProcess.add(new TodoFooter(token, this.ctx, this)); } this.ownerDeque.registerAtStart(toProcess); } -- cgit v1.2.3