diff --git a/edocs.el b/edocs.el index 63718d8..2f5b0b2 100644 --- a/edocs.el +++ b/edocs.el @@ -120,7 +120,7 @@ etc." (edocs--get-type-display (car itm)) " " (cdr itm) " " (if (consp doc) (car doc) "") - "

" + "

" (or (if (consp doc) (replace-regexp-in-string "\n\n" "

" (cdr doc))