소스 검색

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/
Bastien 4 년 전
부모
커밋
2956c86c20
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/ox-html.el

+ 1 - 0
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