Skip to content

Commit 7b37def

Browse files
author
saphaljha
committed
Merge branch 'fixed-issue-29936' of https://github.com/saphaljha/magento2 into fixed-issue-29936
2 parents a1f731f + 357896a commit 7b37def

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Helper/SecureHtmlRenderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@ function {$listenerFunction} () {
125125
}
126126
}
127127
});
128-
}
128+
}
129129
script;
130+
130131
return $this->renderTag('script', ['type' => 'text/javascript'], $script, false);
131132
}
132133

0 commit comments

Comments
 (0)