Explorar o código

Protect <p> element of image caption.

* org-html.el (org-export-html-format-image): Protect <p> element of
image caption.

Follow up of 1052f07ecf3cae698e905fa7d6f98a5347ed12cb, forgot a <p>
element.
David Maus %!s(int64=14) %!d(string=hai) anos
pai
achega
c295c09fb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -1838,7 +1838,7 @@ lang=\"%s\" xml:lang=\"%s\">
 	(concat
 	(if caption
 	    (format "%s@<div %sclass=\"figure\">
-<p>"
+@<p>"
 		    (if org-par-open "@</p>\n" "")
 		    (if label (format "id=\"%s\" " (org-solidify-link-text label)) "")))
 	(format "@<img src=\"%s\"%s />"