mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Fix double-encoded breadcrumbs entry introduced by 1e634a8bba
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user