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 <sebastian@ilait.se>
Link: https://orgmode.org/list/21ac82d9-91a5-fbdf-c22c-302f28d58ebe@ilait.se/
This commit is contained in:
Bastien 2021-05-08 09:37:11 +02:00
parent 4d26075039
commit 2956c86c20
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ property on the headline itself.")
if(null != target) {
elem.classList.remove(\"code-highlighted\");
target.classList.remove(\"code-highlighted\");
}
}
/*]]>*///-->
// @license-end