preformated text is harder to read, when output is centered.
[squirrelmail.git] / functions / strings.php
index bd17965a1a74f65dad86d6e3354a5b7e701c6acb..10b5dae1923f468f241ea8290de70d3664fdfa59 100644 (file)
@@ -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 '<pre>';
+    print '<div align="left"><pre>';
     print htmlentities($buffer);
-    print '</pre>';
+    print '</pre></div>';
 }
 
 /**