Browse Source

Do not delete space between end of list and beginning of the following

* lisp/org-html.el: Do not delete space between end of list and
  beginning of the following.
Nicolas Goaziou 15 năm trước cách đây
mục cha
commit
4c0bf39469
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lisp/org-html.el

+ 2 - 2
lisp/org-html.el

@@ -1755,8 +1755,8 @@ lang=\"%s\" xml:lang=\"%s\">
       (while (re-search-forward "<li>[ \r\n\t]*</li>\n?" nil t)
 	(replace-match ""))
       (goto-char (point-min))
-      (while (re-search-forward "</ul>\\s-*<ul>\n?" nil t)
-	(replace-match ""))
+      ;; (while (re-search-forward "</ul>\\s-*<ul>\n?" nil t)
+      ;; 	(replace-match ""))
       ;; Convert whitespace place holders
       (goto-char (point-min))
       (let (beg end n)