diff --git a/proj/y2t/handler.php b/proj/y2t/handler.php index 77592ab..f6a8edd 100644 --- a/proj/y2t/handler.php +++ b/proj/y2t/handler.php @@ -35,7 +35,7 @@ echo nl2br("\n"); echo nl2br("\n"); $txt = var_export($output, true); - echo $txt; + echo $txt[0]; echo nl2br("\nreturn:\n"); var_export($return);