Closed
Bug 140419
Opened 23 years ago
Closed 23 years ago
query.cgi fails after search.html.tmpl has been splited
Categories
(Bugzilla :: Query/Bug List, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: burnus, Assigned: endico)
References
()
Details
Attachments
(2 files)
499 bytes,
patch
|
Details | Diff | Splinter Review | |
527 bytes,
patch
|
gerv
:
review+
gerv
:
review+
|
Details | Diff | Splinter Review |
I did a cvs update on a "clean" tree (e.g. no patches and no custom template)
and query.cgi fails (see URL).
Reporter | ||
Comment 1•23 years ago
|
||
(This was caused by the checkin of bug 138995)
Well now I know why it made no problems with the reviews:
In Mozilla it looks ok, in Netscape 4.7x it doesn't work at all.
(That is: all <form>-elements (<selection>, <input> type=text|radio etc.) dont
work but all text is shown as plain text.)
Additionally: I get a warning from validator.w3.org that this </form> is not open:
search.html.tmpl, last but one line.
Reporter | ||
Comment 2•23 years ago
|
||
Reporter | ||
Comment 3•23 years ago
|
||
This wasn't actually the bug. The bug is that there is NO STARTING <FRAME> at all.
Will attach correct fix.
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Comment on attachment 81218 [details] [diff] [review]
Add a <form ...> to make the query.cgi work
Drat. Darn it, whoopsie and oh dearie me.
This is an error recovering from a merge conflict.
2xr=gerv.
Gerv
Attachment #81218 -
Flags: review+
Comment 6•23 years ago
|
||
Fixed. Thanks very much :-)
Checking in ./template/en/default/search/search.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/search.html.tmpl,v
<-- search.html.tmpl
new revision: 1.6; previous revision: 1.5
done
Gerv
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
•