diff options
author | justdave%syndicomm.com <> | 2002-05-11 05:10:32 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2002-05-11 05:10:32 +0200 |
commit | fd246d481d7b6d617b26656aac51f7176361cbff (patch) | |
tree | abb05534c087c35fd8c7b7a1633c0037fce93399 | |
parent | 240133031d86a0fde7498fe960194a0c53a55482 (diff) | |
download | bugzilla-fd246d481d7b6d617b26656aac51f7176361cbff.tar.gz bugzilla-fd246d481d7b6d617b26656aac51f7176361cbff.tar.xz |
Fix for bug 78701: missing . in INVALID description in queryhelp.cgi
Patch by norton@w5ac.tamu.edu
2xr= justdave
-rwxr-xr-x | queryhelp.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queryhelp.cgi b/queryhelp.cgi index 10c74e320..3b2da379f 100755 --- a/queryhelp.cgi +++ b/queryhelp.cgi @@ -275,7 +275,7 @@ will be marked with one of the following resolutions. <ul> <li><b>FIXED</b> - A fix for this bug is checked into the tree and tested. -<li><b>INVALID</b> - The problem described is not a bug +<li><b>INVALID</b> - The problem described is not a bug. <li><b>WONTFIX</b> - The problem described is a bug which will never be fixed. <li><b>LATER</b> - The problem described is a bug which will not be fixed in this version of the product. |