summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-23 17:35:36 +0200
committerBastien Guerry <bzg@altern.org>2011-07-23 17:35:36 +0200
commit4a6a3174431b146dafd89aaef84321828f28f1d5 (patch)
tree76079eebaa0671d20b72da7900d8970965372381
parentee5eb944e0e2dee975b19e5e15d641f7798cca0e (diff)
downloadorg-mode-4a6a3174431b146dafd89aaef84321828f28f1d5.tar.gz
org-exp-blocks: minor fix: use <br/> instead of </br>.
-rw-r--r--lisp/org-exp-blocks.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-exp-blocks.el b/lisp/org-exp-blocks.el
index a1514f0..96582c1 100644
--- a/lisp/org-exp-blocks.el
+++ b/lisp/org-exp-blocks.el
@@ -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