diff --git a/compile.php b/compile.php index ee97be3c..1293ef3d 100644 --- a/compile.php +++ b/compile.php @@ -51,14 +51,15 @@ function put_file($match) { if (basename($match[2]) != "lang.inc.php" || !$_SESSION["lang"]) { $tokens = token_get_all($return); // to find out the last token return "?>\n$return" . (in_array($tokens[count($tokens) - 1][0], array(T_CLOSE_TAG, T_INLINE_HTML), true) ? "