Commit 534d840c authored by timeless%mac.com's avatar timeless%mac.com

Bugzilla Bug 93754 describe should be #directable

r=justdave,dkl
parent 6bba72d1
...@@ -131,7 +131,9 @@ foreach (@data) { ...@@ -131,7 +131,9 @@ foreach (@data) {
print qq| print qq|
<tr><td colspan=$cols><hr></td></tr> <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> <td><a href="mailto:$initialowner$emailsuffix">$initialowner</a></td>
|; |;
if ($useqacontact) { if ($useqacontact) {
......
...@@ -70,7 +70,9 @@ while (MoreSQLData()) { ...@@ -70,7 +70,9 @@ while (MoreSQLData()) {
$line_count++; $line_count++;
print qq{ print qq{
<TR> <TR>
<TH>$name</TH> <TH><a name="}
.value_quote($name).
qq{">$name</A></TH>
<TD>$description</TD> <TD>$description</TD>
<TD ALIGN="right">$bugs</TD> <TD ALIGN="right">$bugs</TD>
</TR> </TR>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment