Closed Bug 141326 Opened 23 years ago Closed 23 years ago

broken hyperlink in editkeywords.cgi

Categories

(Bugzilla :: User Interface, defect)

2.15
Other
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: dkl, Assigned: myk)

Details

Attachments

(1 file, 2 obsolete files)

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.
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+
Added quotes around URL.
Added quotes around URL.
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
Attachment #81777 - Attachment is obsolete: true
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+
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
Target Milestone: --- → Bugzilla 2.16
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: