Commit: 1d6efd542b8f5858536c099b32052ef7a891aa07 Author: Daniel Convissor <[email protected]> Sat, 4 Jan 2014 21:09:54 -0500 Parents: d9d5452aa779b71ae421bb06495bd7e9a919acd2 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=1d6efd542b8f5858536c099b32052ef7a891aa07 Log: Add strong to last commit. (Bug #66393) Bugs: https://bugs.php.net/66393 Changed paths: M www/bug.php Diff: diff --git a/www/bug.php b/www/bug.php index d417a6d..1b4f389 100644 --- a/www/bug.php +++ b/www/bug.php @@ -1009,7 +1009,7 @@ if (!$logged_in) { <tr> <?php if (!empty($_POST['captcha']) && empty($ok_to_submit_report)) { - $captcha_label = 'Please solve this <em>new</em> problem:'; + $captcha_label = '<strong>Solve this <em>new</em> problem:</strong>'; } else { $captcha_label = 'Solve the problem:'; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
