Преглед изворни кода

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 година
родитељ
комит
4c0bf39469
1 измењених фајлова са 2 додато и 2 уклоњено
  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)