Commit:    adad5253ff6b3783d9d7e9207e4bf415eed0d66e
Author:    Sobak <[email protected]>         Wed, 2 Apr 2014 05:44:55 +0200
Parents:   ba0aebcf87563d333a52aff6c2c4fc7777b27e90
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=adad5253ff6b3783d9d7e9207e4bf415eed0d66e

Log:
Added short note to prevent useless expected and actual result

Changed paths:
  M  www/report.php


Diff:
diff --git a/www/report.php b/www/report.php
index b4f2747..d625fd4 100644
--- a/www/report.php
+++ b/www/report.php
@@ -82,7 +82,7 @@ if (isset($_POST['in'])) {
                                response_header("Report - Confirm");
                                if (count($_FILES)) {
                                        echo '<h1>WARNING: YOU MUST RE-UPLOAD 
YOUR PATCH, OR IT WILL BE IGNORED</h1>';
-                               } 
+                               }
 ?>
                                <p>
                                        Are you sure that you searched before 
you submitted your bug report? We
@@ -508,6 +508,7 @@ display_bug_error($errors);
                                        Expected result:
                                        <p class="cell_note">
                                                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">
@@ -521,6 +522,7 @@ display_bug_error($errors);
                                        <p class="cell_note">
                                                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

Reply via email to