Index: branches/5.3.x/admin_templates/import.tpl
===================================================================
diff -u -N -r15492 -r15971
--- branches/5.3.x/admin_templates/import.tpl (.../import.tpl) (revision 15492)
+++ branches/5.3.x/admin_templates/import.tpl (.../import.tpl) (revision 15971)
@@ -13,7 +13,7 @@
a_toolbar = new ToolBar();
a_toolbar.AddButton( new ToolBarButton('prev', '', function() {
- location.href = '';
+ location.href = '';
}
) );