Closed
Bug 141326
Opened 23 years ago
Closed 23 years ago
broken hyperlink in editkeywords.cgi
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: dkl, Assigned: myk)
Details
Attachments
(1 file, 2 obsolete files)
821 bytes,
patch
|
dkl
:
review+
dkl
:
review+
|
Details | Diff | Splinter Review |
In editkeywords.cgi, when deleting a keyword it generates a link to
sanitycheck.cgi to Rebuild the keyword cache. This link has an incorrect
closing tag for the hyperlink and there fore bleeds over in the next line
generated by PutTrailer.
sub RebuildCacheWarning {
print "<BR><BR><B>You have deleted or modified a keyword. You must rebuild
the keyword cache!<BR></B>";
print "You can rebuild the cache using sanitycheck.cgi. On very large
installations of Bugzilla,<BR>";
print "This can take several minutes.<BR><BR><B><A
HREF=sanitycheck.cgi?rebuildkeywordcache=1>Rebuild cache</HREF><BR></B>";
}
The </HREF> should be </A>
Generating and attaching patch.
Reporter | ||
Comment 1•23 years ago
|
||
![]() |
||
Comment 2•23 years ago
|
||
Comment on attachment 81769 [details] [diff] [review]
Fix for broken hyperlink in editkeywords.cgi
Quote the URL while you are there, and 2xr=gerv :-)
Gerv
Attachment #81769 -
Flags: review+
Reporter | ||
Comment 3•23 years ago
|
||
Added quotes around URL.
Reporter | ||
Comment 4•23 years ago
|
||
Added quotes around URL.
Reporter | ||
Comment 5•23 years ago
|
||
Comment on attachment 81769 [details] [diff] [review]
Fix for broken hyperlink in editkeywords.cgi
Obsoleteing this patch in favor of one with quotes. Also obsoleteing accidental
duplicate v2 patch.
Attachment #81769 -
Attachment is obsolete: true
Reporter | ||
Updated•23 years ago
|
Attachment #81777 -
Attachment is obsolete: true
Reporter | ||
Comment 6•23 years ago
|
||
Comment on attachment 81778 [details] [diff] [review]
Fix broken hyperlink in editkeywords.cgi (v2)
Quote the URL while you are there, and 2xr=gerv :-)
Gerv
Attachment #81778 -
Flags: review+
Reporter | ||
Comment 7•23 years ago
|
||
Checking in editkeywords.cgi;
/cvsroot/mozilla/webtools/bugzilla/editkeywords.cgi,v <-- editkeywords.cgi
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.16
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
•