Skip to content

Commit

Permalink
Fix #0009989: Undefined attribute name (border) in <tr> file: account…
Browse files Browse the repository at this point in the history
…_sponsor_page.php line: 175, 277
  • Loading branch information
mantis committed Dec 19, 2008
1 parent 14f3b10 commit 42d1f92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions account_sponsor_page.php
Expand Up @@ -152,6 +152,7 @@
if ( VS_PRIVATE == $t_bug->view_state ) {
printf( ' <img src="%s" alt="(%s)" title="%s" />', $t_icon_path . 'protected.gif', lang_get( 'private' ), lang_get( 'private' ) );
}
echo '</td>';

# describe sponsorship amount
echo '<td class="right">' . sponsorship_format_amount( $t_sponsor->amount ) . '</td>';
Expand All @@ -174,7 +175,7 @@
}
?>
<!-- Totals -->
<tr border="top">
<tr>
<td colspan="5"></td>
<td><?php echo lang_get( 'total_owing' ) ?></td>
<td class="right"><?php echo sponsorship_format_amount( $t_total_owing ) ?></td>
Expand Down Expand Up @@ -276,7 +277,7 @@
$t_hidden_bug_list = implode( ',', $t_buglist );
?>
<!-- Totals -->
<tr border="top">
<tr>
<td colspan="5"></td>
<td><?php echo lang_get( 'total_owing' ) ?></td>
<td class="right"><?php echo sponsorship_format_amount( $t_total_owing ) ?></td>
Expand Down

0 comments on commit 42d1f92

Please sign in to comment.