- Timestamp:
- Mar 9, 2009, 8:41:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/smarty/libs/plugins/function.html_checkboxes.php
r2216 r3185 134 134 $_output .= ' checked="checked"'; 135 135 } 136 $_output .= $extra . ' />' . $output;136 $_output .= $extra . '>' . $output; 137 137 if ($labels) $_output .= '</label>'; 138 138 $_output .= $separator;
Note: See TracChangeset
for help on using the changeset viewer.