Ver Fonte

ox-html.el: Trim list items

* ox-html.el (org-html-format-list-item): Trim contents to avoid
  spurious space.
Rasmus há 10 anos atrás
pai
commit
077a24b8d0
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      lisp/ox-html.el
  2. 1 1
      testing/lisp/test-org-list.el

+ 1 - 1
lisp/ox-html.el

@@ -2508,7 +2508,7 @@ INFO is a plist holding contextual information.  See
 			  class (concat checkbox term))
 		  "<dd>"))))
      (unless (eq type 'descriptive) checkbox)
-     contents
+     (org-trim contents)
      (case type
        (ordered "</li>")
        (unordered "</li>")

+ 1 - 1
testing/lisp/test-org-list.el

@@ -792,7 +792,7 @@
 (ert-deftest test-org-list/to-html ()
   "Test `org-list-to-html' specifications."
   (should
-   (equal "<ul class=\"org-ul\">\n<li>a\n</li>\n</ul>"
+   (equal "<ul class=\"org-ul\">\n<li>a</li>\n</ul>"
 	  (let (org-html-indent)
 	    (with-temp-buffer
 	      (insert "<!-- BEGIN RECEIVE ORGLST name -->