Some bugfix
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / PHPDocument.java
index c01d085..e3bc4c5 100644 (file)
@@ -46,7 +46,7 @@ public class PHPDocument implements OutlineableWithChildren {
       if (node == null) {
         break;
       }
-      buff.append(node);
+      buff.append(node.toString(0));
     }
     return buff.toString();
   }