We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3510b9 + 38cd024 commit 5c91646Copy full SHA for 5c91646
info.php
@@ -45,7 +45,7 @@
45
}
46
47
?>
48
- <tr <?php echo $alt ? 'class="alt"' : ''?>><td><div><?php echo format_html($key)?></div></td><td><div><?php echo nl2br(format_html(is_array($value) ? print_r($value, true) : $value))?></div></td></tr>
+ <tr <?php echo $alt ? 'class="alt"' : ''?>><td><div><?php echo format_html($key)?></div></td><td><pre><?php echo format_html(is_array($value) ? print_r($value, true) : $value)?></pre></td></tr>
49
<?php
50
51
$alt = !$alt;
0 commit comments