diff --git a/admin/admin_phpinfo.php b/admin/admin_phpinfo.php index af5806774..4fc74b962 100644 --- a/admin/admin_phpinfo.php +++ b/admin/admin_phpinfo.php @@ -48,7 +48,7 @@ preg_match_all('#
]*>(.*)#siU', $phpinfo, $output); switch ($layout) { case 'old': - $output = preg_replace('#| (.*?)(.*?) | #s', '||
| #', ' | ', $output); $output = preg_replace('# | #', ' | ', $output);
- $output = preg_replace('#class="e"#', 'class="row1" nowrap="nowrap"', $output);
+ $output = preg_replace('#class="e"#', 'class="row1"', $output);
$output = preg_replace('#class="v"#', 'class="row2"', $output);
$output = preg_replace('# class="h"#', '', $output);
$output = preg_replace('# #', '', $output); |
|---|