mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 18:06:01 +00:00
add escape html for description
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user