Closed
Bug 297990
Opened 20 years ago
Closed 19 years ago
choose-product.html.tmpl generates improper indentation for product descriptions wrap to a second line.
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Bugzilla
Creating/Changing Bugs
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: aaron, Assigned: aaron)
References
()
Details
Attachments
(1 file)
|
700 bytes,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
The choose-product.html.tmp file for 2.18 (and apparently the tip) specifies a
' ' as the first character of the description. It should specify the
' ' as the last character of table element for the product description.
[root@aaron-home global]# diff -c choose-product.html.tmpl.~1~
choose-product.html.tmpl
*** choose-product.html.tmpl.~1~ 2004-01-18 12:39:28.000000000 -0600
--- choose-product.html.tmpl 2005-06-17 01:52:53.000000000 -0500
***************
*** 44,54 ****
<th align="right" valign="top">
<a href="[% target %]?product=[% p FILTER url_quote %]
[% IF format %]&format=[% format FILTER url_quote %][% END %]">
! [% p FILTER html %]</a>:
</th>
[% IF proddesc.$p %]
! <td valign="top"> [% proddesc.$p %]</td>
[% END %]
</tr>
[% END %]
--- 44,54 ----
<th align="right" valign="top">
<a href="[% target %]?product=[% p FILTER url_quote %]
[% IF format %]&format=[% format FILTER url_quote %][% END %]">
! [% p FILTER html %]</a>:
</th>
[% IF proddesc.$p %]
! <td valign="top">[% proddesc.$p %]</td>
[% END %]
</tr>
[% END %]
Reproducible: Always
Steps to Reproduce:
Visit the URL.| Assignee | ||
Comment 1•20 years ago
|
||
This seems like a pretty harmless patch. I'll do it if you'd like.
Flags: approval?
Comment 2•20 years ago
|
||
Please ask for approval after there is a reviewed patch. Asking for approval is the last step before checkin :) Aaron, it'd be great if you attached a patch and asked for review (by setting r? on your patch).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: approval?
Target Milestone: --- → Bugzilla 2.22
| Assignee | ||
Comment 3•20 years ago
|
||
Attachment #187368 -
Flags: review?
Updated•19 years ago
|
Attachment #187368 -
Flags: review? → review+
Updated•19 years ago
|
Assignee: create-and-change → aaron
Flags: approval?
Comment 4•19 years ago
|
||
Ultimately whitespace issues like this should be fixed with CSS properties, but this is OK for now.
Flags: approval? → approval+
Comment 5•19 years ago
|
||
Checking in template/en/default/global/choose-product.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/choose-product.html.tmpl,v <-- choose-product.html.tmpl new revision: 1.13; previous revision: 1.12 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•