0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

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
This commit is contained in:
Augustin Fabre 2020-03-15 09:44:46 +01:00 committed by Nicolas Goaziou
parent ecb993eff4
commit 472a171b94

View file

@ -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)