diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 6d8dd4a..5412e1b 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2228,7 +2228,7 @@ INDENT was the original indentation of the block." (point-min) (point-max)))) (if (string-match "]*\\)>\n?" rtn) (setq rtn (replace-match - (format "
\n" lang)
+				   (format "
" lang)
 				   t t rtn))))
 		(if textareap
 		    (setq rtn (concat
@@ -2243,7 +2243,7 @@ INDENT was the original indentation of the block."
 						'((?&."&")(?<."<")(?>.">"))))
 				     t t))
 		    (setq rtn (buffer-string)))
-		  (setq rtn (concat "
\n" rtn "
\n")))) + (setq rtn (concat "
" rtn "
\n")))) (unless textareap (setq rtn (org-export-number-lines rtn 'html 1 1 num cont rpllbl fmt)))