Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
3a93ee47
Commit
3a93ee47
authored
Sep 01, 2000
by
cyeh%bluemartini.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for 6944: buglist: summary and whiteboard fight for space
patch by the ever present dave@intrec.com
parent
32376317
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
buglist.cgi
buglist.cgi
+1
-8
No files found.
buglist.cgi
View file @
3a93ee47
...
...
@@ -979,14 +979,7 @@ if ($dotweak) {
my
@th
;
foreach
my
$c
(
@collist
)
{
if
(
exists
$::needquote
{
$c
})
{
my
$h
=
""
;
if
(
$::needquote
{
$c
}
==
1
)
{
$h
.=
"<TH WIDTH=100%>"
;
}
elsif
(
$::needquote
{
$c
}
==
5
)
{
$h
.=
"<TH>"
;
}
else
{
$h
.=
"<TH>"
;
}
my
$h
=
"<TH>"
;
if
(
defined
$::sortkey
{
$c
})
{
$h
.=
"<A HREF=\"buglist.cgi?$fields&order="
.
url_quote
(
$::sortkey
{
$c
})
.
"$oldorder\">$::title{$c}</A>"
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment