Bugzilla Bug 93754�describe should be #directable

r=justdave,dkl
This commit is contained in:
timeless%mac.com 2001-11-21 16:44:38 +00:00
Родитель 154f1306d2
Коммит 57a399e8a8
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -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) {

Просмотреть файл

@ -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>