From f2bedc888136647c0509aa10899fad475d862114 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 30 Apr 2021 10:19:21 +0200 Subject: [PATCH] lisp/ox-html.el: Remove type="text/javascript" * lisp/ox-html.el (org-html-scripts, org-html-infojs-template) (org-html-mathjax-template): Remove type="text/javascript". Reported-by: TEC Link: https://orgmode.org/list/874kkkxqma.fsf@gmail.com/ --- lisp/ox-html.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 47122314c..7f102bc9f 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -233,7 +233,7 @@ property on the headline itself.") "Regular expressions for special string conversion.") (defcustom org-html-scripts - " - -" +" "The MathJax template. See also `org-html-mathjax-options'." :group 'org-export-html :type 'string)