Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Feb 12, 2024
1 parent 64c2f83 commit e4bf89b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion avUi/show-versions-modal-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ angular
var body = $sce.trustAsHtml($window.i18next.t(
'avCommon.showVersionModal.body',
{
versionList: versionList
versionList: versionList,
interpolation: { escapeValue: false }
}
));
return {
Expand Down
5 changes: 4 additions & 1 deletion dist/appCommon-v10.1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,10 @@ angular.module("avRegistration").config(function() {}), angular.module("avRegist
versionList += "<li><strong>" + repo.repoName + ":</strong> " + repo.repoVersion + "</li>";
});
var body = $sce.trustAsHtml($window.i18next.t("avCommon.showVersionModal.body", {
versionList: versionList
versionList: versionList,
interpolation: {
escapeValue: !1
}
}));
return {
i18n: {
Expand Down

0 comments on commit e4bf89b

Please sign in to comment.