|
@@ -2034,7 +2034,8 @@ holding export options."
|
|
(format
|
|
(format
|
|
(if html5-fancy
|
|
(if html5-fancy
|
|
"<p class=\"subtitle\">%s</p>\n"
|
|
"<p class=\"subtitle\">%s</p>\n"
|
|
- "\n<br>\n<span class=\"subtitle\">%s</span>\n")
|
|
|
|
|
|
+ (concat "\n" (org-html-close-tag "br" nil info) "\n"
|
|
|
|
+ "<span class=\"subtitle\">%s</span>\n"))
|
|
(org-export-data subtitle info))
|
|
(org-export-data subtitle info))
|
|
"")))))
|
|
"")))))
|
|
contents
|
|
contents
|