From b036e48b66da6557235d6e99d6cca0081169df19 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 16 Jul 2021 23:54:19 +0200 Subject: [PATCH] too many .. --- src/platform/web/parsehtml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/parsehtml.js b/src/platform/web/parsehtml.js index b86ab4d9..456559d9 100644 --- a/src/platform/web/parsehtml.js +++ b/src/platform/web/parsehtml.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import DOMPurify from "../../../../../lib/dompurify/index.js" +import DOMPurify from "../../../lib/dompurify/index.js" class HTMLParseResult { constructor(bodyNode) {