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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
534d840c
Commit
534d840c
authored
Nov 22, 2001
by
timeless%mac.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugzilla Bug 93754 describe should be #directable
r=justdave,dkl
parent
6bba72d1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
describecomponents.cgi
describecomponents.cgi
+3
-1
describekeywords.cgi
describekeywords.cgi
+3
-1
No files found.
describecomponents.cgi
View file @
534d840c
...
...
@@ -131,7 +131,9 @@ foreach (@data) {
print
qq|
<tr><td colspan=$cols><hr></td></tr>
<tr><td rowspan=2>$component</td>
<tr><td rowspan=2><a name="|
.
value_quote
(
$component
)
.
qq|">$component</a></td>
<td><a href="mailto:$initialowner$emailsuffix">$initialowner</a></td>
|
;
if
(
$useqacontact
)
{
...
...
describekeywords.cgi
View file @
534d840c
...
...
@@ -70,7 +70,9 @@ while (MoreSQLData()) {
$line_count
++
;
print
qq{
<TR>
<TH>$name</TH>
<TH><a name="}
.
value_quote
(
$name
)
.
qq{">$name</A></TH>
<TD>$description</TD>
<TD ALIGN="right">$bugs</TD>
</TR>
...
...
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