1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-21 01:49:22 +02:00

add escape html for description

This commit is contained in:
Filip Marek 2024-08-15 15:09:29 +02:00
parent 0d635e2658
commit 1a8e1a2677

View File

@ -205,7 +205,10 @@ jQuery(function($){
{
title: lang.description,
data: 'description',
defaultContent: ''
defaultContent: '',
render: function (data, type) {
return escapeHtml(data);
}
},
{
title: lang.alias_valid_until,