Bug #708
Tag History Style
| Status: | Closed | Start: | 07/26/2009 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | default extensions | |||
| Target version: | 2.3 | |||
Description
tag_history\theme.php
Replace
$history_list .= "<li><input type='radio' name='revert' value='$current_id'$selected>$current_tags (Set by $setter)</li>\n";
for
$history_list .= "<li><input type='radio' name='revert' value='$current_id'$selected><label>$current_tags (Set by $setter)</label></li>\n";
History
Updated by Shish Moom 232 days ago
- Status changed from New to Closed
done with extra for='blah' attribute in 5107f34