From: Vincent Vanwaelscappel Date: Thu, 24 Mar 2022 17:19:38 +0000 (+0100) Subject: wait #5163 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ba9e8087d7f7eb6864c6af6bef0b8d43b9e0a9f4;p=odl.git wait #5163 @0.5 --- diff --git a/resources/pdfjs/web/viewer.html b/resources/pdfjs/web/viewer.html index 1d7cd89..2d104b6 100644 --- a/resources/pdfjs/web/viewer.html +++ b/resources/pdfjs/web/viewer.html @@ -37,7 +37,7 @@ See https://github.com/adobe-type-tools/cmap-resources }); $(document).on('mouseover', 'a[href^="tooltip:"]', function () { - $(this).attr('title', $(this).attr('href').substring(8)); + $(this).attr('title', decodeURIComponent($(this).attr('href').substring(8))); return true; });