Skip to content
Snippets Groups Projects
Commit 3ebb1565 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

escape before output, fixes #9041

parent 4fbab3c1
Branches
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ DeleteHandler.prototype.showNotification = function() {
}
$('#notification').data(this.notificationDataID, true);
var msg = this.notificationMessage.replace(this.notificationPlaceholder,
this.oidToDelete);
escapeHTML(this.oidToDelete));
this.notifier.showHtml(msg);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment