diff options
Diffstat (limited to 'program/js/tiny_mce/plugins/table/table.htm')
-rw-r--r-- | program/js/tiny_mce/plugins/table/table.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/table/table.htm b/program/js/tiny_mce/plugins/table/table.htm index 6c722db3b..f48418733 100644 --- a/program/js/tiny_mce/plugins/table/table.htm +++ b/program/js/tiny_mce/plugins/table/table.htm @@ -62,7 +62,7 @@ </tr>
<tr>
<td class="column1"><label for="caption">{$lang_table_caption}</label></td>
- <td><input id="caption" name="caption" type="checkbox" value="true" /></td>
+ <td><input id="caption" name="caption" type="checkbox" class="checkbox" value="true" /></td>
</tr>
</table>
</fieldset>
|