org-exp-blocks: minor fix: use <br/> instead of </br>.

This commit is contained in:
Bastien Guerry 2011-07-23 17:35:36 +02:00
parent ee5eb944e0
commit 4a6a317443
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ other backends, it converts the comment into an EXAMPLE segment."
(if owner (format " id=\"org-comment-%s\" " owner))
">\n"
(if owner (concat "<b>" owner "</b> ") "")
(if (and title (> (length title) 0)) (concat " -- " title "</br>\n") "</br>\n")
(if (and title (> (length title) 0)) (concat " -- " title "<br/>\n") "<br/>\n")
"<p>\n"
"#+END_HTML\n"
body