diff --git a/Tag.cpp b/Tag.cpp
index 16b3a28..d791158 100644
--- a/Tag.cpp
+++ b/Tag.cpp
@@ -179,6 +179,9 @@ namespace jet {
continue;
} else if(ifTagName(in, "container")) {
processContainer(container2);
+ in.ifNext("");
continue;
} else {
out.write(in.charAt(0));
diff --git a/testtag.jet b/testtag.jet
index 489a6b8..a4c69e9 100755
--- a/testtag.jet
+++ b/testtag.jet
@@ -1,13 +1,13 @@
#!./jet-2.0
--->
- ><
- <--++>
- >>>$[ix]<<<
-<++
-==
+
+
+
+ $[ix]
+
+
- >><<
+
\ No newline at end of file