Fix double-encoded breadcrumbs entry introduced by 1e634a8bba

This commit is contained in:
Molkobain
2020-10-09 20:54:51 +02:00
parent 64a96ac001
commit b7b1ef1a1f

View File

@@ -92,8 +92,6 @@ $(function()
if (sTitle.length == 0) {
sTitle = sLabel;
}
sTitle = SanitizeHtml(sTitle);
sLabel = SanitizeHtml(sLabel);
if ((this.options.new_entry !== null) && (iEntry == aBreadCrumb.length - 1))
{