Bastien 5 lat temu
rodzic
commit
efd754e474
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
lisp/ox-html.el

@@ -241,8 +241,8 @@ property on the headline itself.")
        if(null != target) {
          elem.cacheClassElem = elem.className;
          elem.cacheClassTarget = target.className;
-         target.className = "code-highlighted";
-         elem.className   = "code-highlighted";
+         target.className = \"code-highlighted\";
+         elem.className   = \"code-highlighted\";
        }
      }
      function CodeHighlightOff(elem, id)