From 04e87eefd882eb9e783fcc1eb166fe5e3815dfec Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 03 Mar 2008 16:45:41 -0500
Subject: [PATCH] Adapt changes to .htaccess and README
---
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 6c722db..f484187 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>
--
Gitblit v1.9.1