Procházet zdrojové kódy

Fix typo in 6db0b0cd437a988e7513901d3458d586ee145d

Rasmus před 9 roky
rodič
revize
af35955781
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
lisp/ox-html.el

@@ -2043,7 +2043,7 @@ is the language used for CODE, as a string, or nil."
 	  ;; htmlize
 	  (setq code
 		(let ((output-type org-html-htmlize-output-type)
-		      (font-prefix orgb-html-htmlize-font-prefix))
+		      (font-prefix org-html-htmlize-font-prefix))
 		  (with-temp-buffer
 		    ;; Switch to language-specific mode.
 		    (funcall lang-mode)