summaryrefslogtreecommitdiff
path: root/program/js/tiny_mce/plugins/table/row.htm
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/tiny_mce/plugins/table/row.htm')
-rw-r--r--program/js/tiny_mce/plugins/table/row.htm3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/js/tiny_mce/plugins/table/row.htm b/program/js/tiny_mce/plugins/table/row.htm
index fe75bf607..07ca13c98 100644
--- a/program/js/tiny_mce/plugins/table/row.htm
+++ b/program/js/tiny_mce/plugins/table/row.htm
@@ -8,10 +8,9 @@
<script type="text/javascript" src="../../utils/editable_selects.js"></script>
<script type="text/javascript" src="js/row.js"></script>
<link href="css/row.css" rel="stylesheet" type="text/css" />
- <base target="_self" />
</head>
<body id="tablerow" style="display: none">
- <form onsubmit="updateAction();return false;">
+ <form onsubmit="updateAction();return false;" action="#">
<div class="tabs">
<ul>
<li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#table_dlg.general_tab}</a></span></li>