summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-27 07:36:26 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-04-27 07:36:26 +0000
commit14ece193ca0ea1d0061d5b3480d97083438a1f64 (patch)
tree91865dc9c6469cbc9c68d685249019944fb817e2 /roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm
parent526541cc8b9c8d0e6ef60d50e15d1e785b8c6d53 (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/xhtmlxtras/ins.htm')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm3
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm b/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm
index c0f056ff3..9fa21c433 100644
--- a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm
+++ b/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm
@@ -9,7 +9,6 @@
<script type="text/javascript" src="js/element_common.js"></script>
<script type="text/javascript" src="js/ins.js"></script>
<link rel="stylesheet" type="text/css" href="css/popup.css" />
- <base target="_self" />
</head>
<body id="xhtmlxtrasins" style="display: none">
<form onsubmit="insertIns();return false;" action="#">
@@ -31,7 +30,7 @@
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td>
- <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
+ <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
</tr>
</table>
</td>