Closed
Bug 160204
Opened 24 years ago
Closed 24 years ago
search/knob.html.tmpl: script type missing, space missing
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: burnus, Assigned: burnus)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
bbaetz
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
In his template there are two minor bugs:
- <script> <!--
+ <script type="text/javascript"> <!--
and
- <input type="radio"id="cmdtype-doit"
+ <input type="radio" id="cmdtype-doit"
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Comment on attachment 93327 [details] [diff] [review]
v1: simple three-liner patch
r=bbaetz x2
Attachment #93327 -
Flags: review+
Comment 4•24 years ago
|
||
And checked in, thanks!
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 2.18
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
•