diff --git a/views/twig/admin/d3ga4uiheaditem.html.twig b/views/twig/admin/d3ga4uiheaditem.html.twig
index 2d56cb8..84f067f 100644
--- a/views/twig/admin/d3ga4uiheaditem.html.twig
+++ b/views/twig/admin/d3ga4uiheaditem.html.twig
@@ -4,7 +4,7 @@
{{ title }}
{% if isset(meta_refresh_sec, meta_refresh_url) %}
-
+
{% endif %}
@@ -42,7 +42,7 @@
var ajaxpopup = null;
function showDialog( sParams )
{
- ajaxpopup = window.open('{{ oViewConf.getSelfLink()|replace("&", "&") }}'+sParams, 'ajaxpopup', 'width=850,height=680,scrollbars=yes,resizable=yes');
+ ajaxpopup = window.open('{{ oViewConf.getSelfLink()|replace({"&": "&"}) }}'+sParams, 'ajaxpopup', 'width=850,height=680,scrollbars=yes,resizable=yes');
}
function focusPopup()