diff --git a/class.php b/class.php index 38f2c44..b93e4db 100644 --- a/class.php +++ b/class.php @@ -304,7 +304,7 @@ public function __call($type, $arguments) { } } //finish the tag - echo "\n" . str_repeat("\t", $offset) . ""; + echo "\n" , str_repeat("\t", $offset) , ""; return; } //if what we want inside the tag is a string, just print it.