branch: elpa/org-mime
commit 8ad121845661e515d906b69c2f37fe13943dd601
Author: Edmund Jorgensen <[email protected]>
Commit: Edmund Jorgensen <[email protected]>
Combine two insert calls
---
org-mime.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/org-mime.el b/org-mime.el
index 67ee5bbfc7..02273877b7 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -324,8 +324,7 @@ HTML is the body of the message."
(progn
(insert "</div>\n<div>")
(forward-line)
- (insert "<br />")
- (insert "</div>\n<div>"))
+ (insert "<br /></div>\n<div>"))
(forward-line)))
(buffer-substring (point-min) (point-max)))))