Browse Source

ox-html.el (org-html-section): Fix indentation

* ox-html.el (org-html-section): Fix indentation.
Bastien Guerry 12 năm trước cách đây
mục cha
commit
136781b6a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lisp/ox-html.el

+ 2 - 2
lisp/ox-html.el

@@ -2560,8 +2560,8 @@ holding contextual information."
 	       'number-to-string
 	       (org-export-get-headline-number parent info) "-")))
         ;; Build return value.
-        (format "<div class=\"outline-text-%d\" id=\"text-%s\">\n%s</div>"
-                class-num
+	(format "<div class=\"outline-text-%d\" id=\"text-%s\">\n%s</div>"
+		class-num
 		(or (org-element-property :CUSTOM_ID parent) section-number)
 		contents)))))