Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
arily authored May 1, 2017
1 parent 63045fd commit 27726c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public function __call($type, $arguments) {
}
}
//finish the tag
echo "\n" . str_repeat("\t", $offset) . "</$type>";
echo "\n" , str_repeat("\t", $offset) , "</$type>";
return;
}
//if what we want inside the tag is a string, just print it.
Expand Down

0 comments on commit 27726c6

Please sign in to comment.