summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org/madore/damlengine/TodoEmailDespammedElement.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/madore/damlengine/TodoEmailDespammedElement.java b/org/madore/damlengine/TodoEmailDespammedElement.java
index fdeb0d5..13dce54 100644
--- a/org/madore/damlengine/TodoEmailDespammedElement.java
+++ b/org/madore/damlengine/TodoEmailDespammedElement.java
@@ -45,7 +45,7 @@ public final class TodoEmailDespammedElement extends TodoDefaultElement {
ArrayList<TodoElement> toProcess
= new ArrayList<TodoElement>(childList.size()+8);
for ( Node child : childList ) {
- out.appendChild(child);
+ out0.appendChild(child);
if ( child.getNodeType() == Node.ELEMENT_NODE ) {
TodoElement it
= TodoElement.getTodoElement((Element)child, this.ctx, this);