Commit: 8cec04889c851558a9052d7d01a3aff3a9eaedd8 Author: Sobak <msobaczew...@gmail.com> Mon, 23 Jan 2017 17:50:41 +0100 Parents: 911855d305c336cc7d6d7d639d65bbb661f1887a Branches: redesign
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=8cec04889c851558a9052d7d01a3aff3a9eaedd8 Log: Shorten message so it fits in one line on most screen sizes Changed paths: M www/report.php Diff: diff --git a/www/report.php b/www/report.php index 5ea2308..8c043d8 100644 --- a/www/report.php +++ b/www/report.php @@ -362,9 +362,9 @@ if (!isset($_POST['in'])) { </p> <p class="warn"> - If you feel this bug concerns a security issue, e.g. a buffer overflow, weak encryption, etc, then email + If you feel this bug concerns a security issue, e.g. a buffer overflow, weak encryption, etc, email <?php echo make_mailto_link("{$site_data['security_email']}?subject=%5BSECURITY%5D+possible+new+bug%21", $site_data['security_email']); ?> - who will assess the situation or set <em>Security</em> bug type below. + or set <em>Security</em> bug type below. </p> <?php -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php