diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-27 07:36:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-27 07:36:26 +0000 |
| commit | 14ece193ca0ea1d0061d5b3480d97083438a1f64 (patch) | |
| tree | 91865dc9c6469cbc9c68d685249019944fb817e2 /roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm | |
| parent | 526541cc8b9c8d0e6ef60d50e15d1e785b8c6d53 (diff) | |
- Updated TinyMCE to 3.2.3 version
git-svn-id: https://svn.roundcube.net/trunk@2432 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm')
| -rw-r--r-- | roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm b/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm index 9d34a886b..25d42eb65 100644 --- a/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm +++ b/roundcubemail/program/js/tiny_mce/plugins/table/merge_cells.htm @@ -6,9 +6,8 @@ <script type="text/javascript" src="../../utils/mctabs.js"></script>
<script type="text/javascript" src="../../utils/validate.js"></script>
<script type="text/javascript" src="js/merge_cells.js"></script>
- <base target="_self" />
</head>
-<body style="margin: 8px" style="display: none">
+<body style="margin: 8px">
<form onsubmit="mergeCells();return false;" action="#">
<fieldset>
<legend>{#table_dlg.merge_cells_title}</legend>
|
