From 4713370f78e7e194245419ab7aa931927d1e5f13 Mon Sep 17 00:00:00 2001 From: Dmytro Vilchynskyi <dvilchynskyi@ebay.com> Date: Mon, 26 Jan 2015 15:32:15 +0200 Subject: [PATCH] MAGETWO-32484: Stabilization of changes and bug fixing - fixed tests --- .../Backend/view/adminhtml/templates/page/js/require_js.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Backend/view/adminhtml/templates/page/js/require_js.phtml b/app/code/Magento/Backend/view/adminhtml/templates/page/js/require_js.phtml index 2e694b772c3..6123138f44b 100644 --- a/app/code/Magento/Backend/view/adminhtml/templates/page/js/require_js.phtml +++ b/app/code/Magento/Backend/view/adminhtml/templates/page/js/require_js.phtml @@ -5,6 +5,6 @@ */ ?> <script> - var BASE_URL = '<?php echo $this->getUrl('*') ?>', - FORM_KEY = '<?php echo $this->getFormKey() ?>'; + var BASE_URL = '<?php echo $this->getUrl('*') ?>'; + var FORM_KEY = '<?php echo $this->getFormKey() ?>'; </script> -- GitLab