emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 2956c86: lisp/ox-html.el (org-html-scripts)


From: ELPA Syncer
Subject: [elpa] externals-release/org 2956c86: lisp/ox-html.el (org-html-scripts): Fix missing curly bracket
Date: Sat, 8 May 2021 03:57:12 -0400 (EDT)

branch: externals-release/org
commit 2956c86c2081d1cd5bdda582a70ab8334d6d4b46
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    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/
---
 lisp/ox-html.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 5a81c4c..d119c17 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]