Closed
Bug 132939
Opened 23 years ago
Closed 23 years ago
"zarro bugs found" is no more
Categories
(Bugzilla :: Query/Bug List, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: bbaetz, Assigned: bbaetz)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
1.09 KB,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
The template uses .count, it needs to use .size (line 96ish)
Patch coming.
| Assignee | ||
Updated•23 years ago
|
Keywords: regression
Priority: -- → P2
Summary: "zarro bugs found is no more" → "zarro bugs found" is no more
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 1•23 years ago
|
||
I also changed the <p> to <br />, because otherwise we got extra trailing
lines. This makes the 0 bug case look similar to the other cases.
| Assignee | ||
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Attachment #75707 -
Flags: review-
| Assignee | ||
Comment 3•23 years ago
|
||
Bah. The rest of this file is in xhtml.
Attachment #75707 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
The bugfix is OK, but I think it's much nicer if there's always a blank line
after the bug count. It just looks too jammed up with this patch.
| Assignee | ||
Comment 5•23 years ago
|
||
Well, I'm just matching the style we get when bugs are found.
| Assignee | ||
Comment 6•23 years ago
|
||
Oh, and there is a blank line - see teh <br>
Comment 7•23 years ago
|
||
If there are two styles and you want to make them consistent I don't see why you
should choose the worst one because it was the most common.
And I'm not concerned with what was in the source, I was concerned with what it
looked like in the browsers I tried (N4, M0.9.something).
| Assignee | ||
Comment 8•23 years ago
|
||
If you disagree with the style for > 1 bug, please file a separate bug.
Comment 9•23 years ago
|
||
I'm all for filing a separate bug, but you made the decision to make it a part
of this bug when you produced a multi-issue patch. Bolting on independent
changes is not a license to bypass review.
Comment 10•23 years ago
|
||
Comment on attachment 75714 [details] [diff] [review]
begone xhtml!
r= justdave x2
Attachment #75714 -
Flags: review+
| Assignee | ||
Comment 11•23 years ago
|
||
OK, left it as a <p>, and we'll see if anyone complains.
<justdave> feel free to put the <p> back when you check it in if you want
Checked in with that change.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•