From 895a367a67888b1ceaaae9fd95807553e46ab314 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 22 May 2024 11:00:49 +0200 Subject: [PATCH] Revert "lisp/ox-html.el: Restore org-svg class." This reverts commit 9364b2d89465773e3a1855be76358c315e2e003b. --- lisp/ox-html.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 0f73cfe92..5c1f4f6d0 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -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)