From 7297873e0391128eeac8f528d8d5fc4e296beced Mon Sep 17 00:00:00 2001 From: tokul Date: Thu, 14 Apr 2005 16:33:16 +0000 Subject: [PATCH] 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 --- functions/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '
'; } /** -- 2.25.1