소스 검색

Complete fix for 128e14b

Bastien Guerry 13 년 전
부모
커밋
8b637b54a9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
lisp/ox-html.el

@@ -118,8 +118,8 @@
    (:html-mathjax "HTML_MATHJAX" nil "" space)
    (:html-postamble nil "html-postamble" org-html-postamble)
    (:html-preamble nil "html-preamble" org-html-preamble)
-   (:html-head "HTML_HEAD" nil "html-head" org-html-head)
-   (:html-head-extra "HTML_HEAD_EXTRA" nil "html-head-extra" org-html-head-extra)
+   (:html-head "HTML_HEAD" nil nil org-html-head)
+   (:html-head-extra "HTML_HEAD_EXTRA" nil nil org-html-head-extra)
    (:html-head-include-default-style nil nil org-html-head-include-default-style)
    (:html-head-include-scripts nil nil org-html-head-include-scripts)
    (:html-table-tag nil nil org-html-table-tag)