summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.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/attributes.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/attributes.htm')
-rw-r--r--roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.htm5
1 files changed, 2 insertions, 3 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.htm b/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.htm
index cfbb409ab..322b468e3 100644
--- a/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.htm
+++ b/roundcubemail/program/js/tiny_mce/plugins/xhtmlxtras/attributes.htm
@@ -8,7 +8,6 @@
<script type="text/javascript" src="../../utils/form_utils.js"></script>
<script type="text/javascript" src="js/attributes.js"></script>
<link rel="stylesheet" type="text/css" href="css/attributes.css" />
- <base target="_self" />
</head>
<body style="display: none">
<form onsubmit="insertAction();return false;" action="#">
@@ -36,12 +35,12 @@
<td><label id="classlabel" for="classlist">{#class_name}</label></td>
<td>
<select id="classlist" name="classlist" class="mceEditableSelect">
- <option value="" selected>{#not_set}</option>
+ <option value="" selected="selected">{#not_set}</option>
</select>
</td>
</tr>
<tr>
- <td class="label"><label id="stylelabel" for="class">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
+ <td class="label"><label id="stylelabel" for="style">{#xhtmlxtras_dlg.attribute_label_style}</label>:</td>
<td><input id="style" name="style" type="text" value="" /></td>
</tr>
<tr>