Closed
Bug 105879
Opened 24 years ago
Closed 24 years ago
Footer links have double pipe.
Categories
(Bugzilla :: Bugzilla-General, defect, P4)
Tracking
()
VERIFIED
FIXED
Bugzilla 2.16
People
(Reporter: CodeMachine, Assigned: CodeMachine)
Details
Attachments
(1 file)
613 bytes,
patch
|
dkl
:
review+
jacob
:
review+
|
Details | Diff | Splinter Review |
There are two pipe characters after "Sanity Check".
The relevant code is:
if (UserInGroup("tweakparams")) {
$html .= "| <a href=\"sanitycheck.cgi\">Sanity check</a> |\n";
}
$html .= qq{
| <a href="relogin.cgi">Log out</a> $::COOKIE{'Bugzilla_login'}
Assignee | ||
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 2.16
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Comment 2•24 years ago
|
||
Comment on attachment 55240 [details] [diff] [review]
Fix.
r=dkl
Attachment #55240 -
Flags: review+
Comment 3•24 years ago
|
||
Comment on attachment 55240 [details] [diff] [review]
Fix.
r=jake
Attachment #55240 -
Flags: review+
Comment 4•24 years ago
|
||
Setting owner to patch author.
Assignee: justdave → matty
QA Contact: matty → jake
Comment 5•24 years ago
|
||
Checking in CGI.pl;
/cvsroot/mozilla/webtools/bugzilla/CGI.pl,v <-- CGI.pl
new revision: 1.118; previous revision: 1.117
done
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: jake → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•