Closed
Bug 577881
Opened 14 years ago
Closed 14 years ago
textarea#description is missing a space before 'class'
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: timeless, Assigned: reed)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
<label for="description">Description:</label> <textarea name="description" id="description"class="block" wrap="soft"
Assignee | ||
Comment 1•14 years ago
|
||
<div id="attachment_description">
<label for="description">Description:</label>
[% INCLUDE global/textarea.html.tmpl
id = 'description'
name = 'description'
minrows = 3
cols = 25
wrap = 'soft'
classes = 'block' _ editable_or_hide
defaultcontent = attachment.description
%]
</div>
Assignee: nobody → attach-and-request
Component: Bugzilla: Other b.m.o Issues → Attachments & Requests
OS: Mac OS X → All
Product: mozilla.org → Bugzilla
QA Contact: other-bmo-issues → default-qa
Hardware: x86 → All
Target Milestone: --- → Bugzilla 3.6
Version: other → 3.6.1
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: attach-and-request → reed
Status: NEW → ASSIGNED
Attachment #456811 -
Flags: review?(mkanat)
Comment 3•14 years ago
|
||
Comment on attachment 456811 [details] [diff] [review]
patch - v1
r=LpSolit
Attachment #456811 -
Flags: review?(mkanat) → review+
Updated•14 years ago
|
Severity: normal → trivial
Flags: approval4.0+
Flags: approval3.6+
Flags: approval+
Assignee | ||
Comment 4•14 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/global/textarea.html.tmpl
Committed revision 7328.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/4.0/
modified template/en/default/global/textarea.html.tmpl
Committed revision 7306.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified template/en/default/global/textarea.html.tmpl
Committed revision 7131.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•