Commit: b77249465f2e46723d6162b31f9dcf197d489360 Author: Levi Morrison <[email protected]> Thu, 26 Sep 2013 16:44:52 -0600 Parents: ca8e347011f367135a16a853a7d321444899f4c6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b77249465f2e46723d6162b31f9dcf197d489360 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
