Index: /branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php
===================================================================
--- /branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	(revision 22509)
+++ /branches/version-2_12_3en-p1/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php	(revision 22529)
@@ -277,6 +277,6 @@
                     document.open('text/html','replace');
                     document.clear();
-                    document.write('<?php t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert))?>');
-                    document.write('<?php t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>');
+                    document.write("<?php echo t("c_<p>Completed.<br /> T_ARG1 items were added.</p>_01", array("T_ARG1" => $cntInsert)); ?>");
+                    document.write("<?php echo t("c_<p><a href='?' target='_top'>Go back</a></p>_01"); ?>");
                     document.close();
                 }
