summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAugustin Fabre <augustin@augfab.fr>2020-03-15 09:44:46 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-03-15 16:58:13 +0100
commit472a171b942571ddcb50e76b1de9af104651ec36 (patch)
treea79e5214f7ecd84a52cef2f3dd56d144cddf6109
parentecb993eff4966af3782a811816cd561dbcb1c816 (diff)
downloadorg-mode-472a171b942571ddcb50e76b1de9af104651ec36.tar.gz
ox-html: Use HTTPS for link to W3 HTML validator
* lisp/ox-html.el (org-html-validation-link): Use HTTPS link to W3 HTML validator. TINYCHANGE
-rw-r--r--lisp/ox-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 319f178..5419ed5 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1279,7 +1279,7 @@ like that: \"%%\"."
(string :tag "Format string"))))
(defcustom org-html-validation-link
- "<a href=\"http://validator.w3.org/check?uri=referer\">Validate</a>"
+ "<a href=\"https://validator.w3.org/check?uri=referer\">Validate</a>"
"Link to HTML validation service."
:group 'org-export-html
:type 'string)