From 2956c86c2081d1cd5bdda582a70ab8334d6d4b46 Mon Sep 17 00:00:00 2001 From: Bastien Date: Sat, 8 May 2021 09:37:11 +0200 Subject: [PATCH] lisp/ox-html.el (org-html-scripts): Fix missing curly bracket * lisp/ox-html.el (org-html-scripts): Fix missing curly bracket. Reported-by: Sebastian Berntsson Link: https://orgmode.org/list/21ac82d9-91a5-fbdf-c22c-302f28d58ebe@ilait.se/ --- lisp/ox-html.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 5a81c4ccf..d119c1739 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -249,6 +249,7 @@ property on the headline itself.") if(null != target) { elem.classList.remove(\"code-highlighted\"); target.classList.remove(\"code-highlighted\"); + } } /*]]>*///--> // @license-end