Changeset 4818
- Timestamp:
- 01/28/2017 05:17:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r4305 r4818 427 427 } 428 428 echo '<table class="trac-summary">'; 429 echo '<t r><th class="title">' . $this->trac_query_link( $num_open_tickets_string, array( 'component' => $component ) ) . '</th>';429 echo '<thead><tr><th class="title">' . $this->trac_query_link( $num_open_tickets_string, array( 'component' => $component ) ) . '</th>'; 430 430 foreach ( $component_type[ $component ] as $type => $count ) { 431 431 if ( $count ) { … … 433 433 } 434 434 } 435 echo '</tr> ';435 echo '</tr></thead>'; 436 436 foreach ( $component_milestone_type[ $component ] as $milestone => $type_count ) { 437 437 echo '<tr><th>' . $this->trac_query_link( $milestone, array( 'component' => $component, 'milestone' => $milestone, 'group' => $type ) ) . '</th>'; … … 574 574 if ( $once ) { 575 575 $once = false; 576 echo '<thead><tr><t h>Component</th><th style="width: 50px">Tickets</th><th style="width: 50px">7 Days</th><th style="width: 50px">0 Replies</th><th>Maintainers</th></tr></thead>';576 echo '<thead><tr><td>Component</td><td>Tickets</td><td>7 Days</td><td>0 Replies</td><td>Maintainers</td></tr></thead>'; 577 577 } 578 578
Note: See TracChangeset
for help on using the changeset viewer.