From: tokul Date: Thu, 14 Apr 2005 16:33:16 +0000 (+0000) Subject: preformated text is harder to read, when output is centered. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7297873e0391128eeac8f528d8d5fc4e296beced;p=squirrelmail.git preformated text is harder to read, when output is centered. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9272 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/strings.php b/functions/strings.php index bd17965a..10b5dae1 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -881,9 +881,9 @@ function sm_print_r() { } $buffer = ob_get_contents(); // Grab the print_r output ob_end_clean(); // Silently discard the output & stop buffering - print '
';
+    print '
';
     print htmlentities($buffer);
-    print '
'; + print '
'; } /**