diff --git a/build/js/IFrame.js b/build/js/IFrame.js index eef13f10a..09e6662c1 100644 --- a/build/js/IFrame.js +++ b/build/js/IFrame.js @@ -143,7 +143,7 @@ class IFrame { return } - const uniqueName = link.replace('./', '').replace(/["#&'./:=?[\]]/gi, '-').replace(/(--)/gi, '') + const uniqueName = unescape(link).replace('./', '').replace(/["#&'./:=?[\]]/gi, '-').replace(/(--)/gi, '') const navId = `tab-${uniqueName}` if (!this._config.allowDuplicates && $(`#${navId}`).length > 0) {