Merge branch 'maint'
This commit is contained in:
commit
2f48603d71
|
@ -3601,8 +3601,8 @@ contextual information."
|
||||||
;; remove any trailing "br" close-tag so as to avoid
|
;; remove any trailing "br" close-tag so as to avoid
|
||||||
;; duplicates.
|
;; duplicates.
|
||||||
(let* ((br (org-html-close-tag "br" nil info))
|
(let* ((br (org-html-close-tag "br" nil info))
|
||||||
(re (format "\\(%s\\)[ \t]*$" (regexp-quote br))))
|
(re (format "\\(?:%s\\)?[ \t]*\n" (regexp-quote br))))
|
||||||
(replace-regexp-in-string re br contents)))))
|
(replace-regexp-in-string re (concat br "\n") contents)))))
|
||||||
|
|
||||||
|
|
||||||
;;; Filter Functions
|
;;; Filter Functions
|
||||||
|
|
Loading…
Reference in New Issue