diff --git a/app/Helper/ModalHelper.php b/app/Helper/ModalHelper.php
index dbf0415b2..4cff1ffaf 100644
--- a/app/Helper/ModalHelper.php
+++ b/app/Helper/ModalHelper.php
@@ -89,7 +89,7 @@ class ModalHelper extends Base
public function replaceIconLink($icon, $label, $controller, $action, array $params = array())
{
- $html = ''.$label;
+ $html = ''.$label;
return $this->helper->url->link($html, $controller, $action, $params, false, 'js-modal-replace');
}
}