1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-24 07:20:29 +00:00

Revert "lisp/ox-html.el: Restore org-svg class."

This reverts commit 9364b2d894.
This commit is contained in:
Ihor Radchenko 2024-05-22 11:00:49 +02:00
parent b2520ec52f
commit 895a367a67
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B

View File

@ -1782,9 +1782,7 @@ a communication channel."
(org-html-encode-plain-text
(org-find-text-property-in-string 'org-latex-src source))
(file-name-nondirectory source)))
(if (string= "svg" (file-name-extension source))
(org-combine-plists '(:class "org-svg") attributes '(:fallback nil))
attributes)))
attributes))
info))
(defun org-html--textarea-block (element)