*** empty log message ***
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / HTMLCode.java
index e52d981..decd393 100644 (file)
@@ -36,6 +36,6 @@ public class HTMLCode extends AstNode {
    * @return the text of the block
    */
   public String toString(int tab) {
-    return new String(htmlCode);
+    return new String(htmlCode)+" ";
   }
 }