* org-html.el (org-export-html-format-image): Protect <p> element of image caption. Follow up of 1052f07ecf3cae698e905fa7d6f98a5347ed12cb, forgot a <p> element.
@@ -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 />"