Commit: a25244842d0df20cce89e2947a02cc1bc2fb7bd2 Author: Sobak <msobaczew...@gmail.com> Thu, 17 Sep 2015 01:25:23 +0200 Parents: 70ca6e3414b73ebce4d5c732e12d5b6fe762b9e6 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=a25244842d0df20cce89e2947a02cc1bc2fb7bd2 Log: Slightly reword to reduce ammount of duplicated data Changed paths: M www/report.php Diff: diff --git a/www/report.php b/www/report.php index ad9ca15..1c325f0 100644 --- a/www/report.php +++ b/www/report.php @@ -506,8 +506,8 @@ display_bug_error($errors); <th class="form-label_left"> Expected result: <p class="cell_note"> + Skip if irrelevant. What do you expect to happen or see when you run the test script above? - Leave it empty if irrelevant (e.g. you're going to duplicate description here). </p> </th> <td class="form-input"> @@ -519,9 +519,9 @@ display_bug_error($errors); <th class="form-label_left"> Actual result: <p class="cell_note"> + Skip if irrelevant. This could be a <a href="bugs-generating-backtrace.php">backtrace</a> for example. Try to keep it as short as possible without leaving anything relevant out. - Leave it empty if irrelevant (e.g. you're going to duplicate description here). </p> </th> <td class="form-input"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php