Skip to content

Commit

Permalink
reduced the font for the php info heading
Browse files Browse the repository at this point in the history
  • Loading branch information
lordspace committed Aug 22, 2013
1 parent 7152066 commit 639b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion !sak4wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ public function run() {
$php_info = preg_replace('#<h\d#si', '<h4', $php_info);
$php_info = preg_replace('#</\d#si', '</h4', $php_info);
$php_info = '<h3>PHP Info</h3>'
$php_info = '<h4>PHP Info</h4>'
. " (<a href='javascript:void(0);' class='toggle_info_trigger'>show/hide</a>)\n"
. " <div class='toggle_info app_hide'>" . $php_info . '</div>';
Expand Down

0 comments on commit 639b365

Please sign in to comment.