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 years ago
parent
commit
4c0bf39469
1 changed files with 2 additions and 2 deletions
  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)