Bläddra i källkod

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 14 år sedan
förälder
incheckning
c295c09fb2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 />"