Commit: b44c5a4dfb74728c995c58316603be7f6e08d977 Author: Levi Morrison <[email protected]> Thu, 26 Sep 2013 16:44:52 -0600 Parents: c95529160908f9d24b8f57faa2acce1d7b9a68a3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b44c5a4dfb74728c995c58316603be7f6e08d977 Log: Removed unnecessary inner 'strong' element. Changed paths: M include/shared-manual.inc Diff: diff --git a/include/shared-manual.inc b/include/shared-manual.inc index 1841f60..2563ca2 100644 --- a/include/shared-manual.inc +++ b/include/shared-manual.inc @@ -409,7 +409,7 @@ function manual_notes_beta() { $num_notes = count($notes); if ($num_notes) { - $num_notes = "<span class=\"count\"><strong>$num_notes note" . ($num_notes == 1 ? '' : 's') . "</strong></span>"; + $num_notes = "<span class=\"count\">$num_notes note" . ($num_notes == 1 ? '' : 's') . "</span>"; } else { $num_notes = null; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
