summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/themes/advanced/anchor.htm
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/anchor.htm')
-rw-r--r--program/js/tiny_mce/themes/advanced/anchor.htm3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/js/tiny_mce/themes/advanced/anchor.htm b/program/js/tiny_mce/themes/advanced/anchor.htm
index 9e4c0b91a..42095a1c0 100644
--- a/program/js/tiny_mce/themes/advanced/anchor.htm
+++ b/program/js/tiny_mce/themes/advanced/anchor.htm
@@ -4,7 +4,6 @@
<title>{#advanced_dlg.anchor_title}</title>
<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
<script type="text/javascript" src="js/anchor.js"></script>
- <base target="_self" />
</head>
<body style="display: none">
<form onsubmit="AnchorDialog.update();return false;" action="#">
@@ -13,7 +12,7 @@
<td colspan="2" class="title">{#advanced_dlg.anchor_title}</td>
</tr>
<tr>
- <td nowrap="nowrap">{#advanced_dlg.anchor_name}:</td>
+ <td class="nowrap">{#advanced_dlg.anchor_name}:</td>
<td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
</tr>
</table>