diff options
author | svncommit <devs@roundcube.net> | 2007-12-10 16:33:50 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-12-10 16:33:50 +0000 |
commit | deb30262a766df2886e2bad2a5612a1040b6b05d (patch) | |
tree | 05c9d12fb69f24b21bfbc252fb49984fd44be53e /program/js/tiny_mce/plugins/table | |
parent | fba1f5ab813f2eb4bedc5d9c4a75e77bbaa90131 (diff) |
upgrade TinyMCE version to latest
Diffstat (limited to 'program/js/tiny_mce/plugins/table')
-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>
|