diff --git a/lisp/ox-html.el b/lisp/ox-html.el index edb45f41e..9e4f07de0 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -1998,8 +1998,9 @@ communication channel." (plist-get info :html-metadata-timestamp-format)))) (when (plist-get info :with-creator) (format "

%s

\n" creator)) - (format "

%s

\n" - validation-link)))) + (when (org-string-nw-p validation-link) + (format "

%s

\n" + validation-link))))) (t (let ((formats (plist-get info (if (eq type 'preamble) :html-preamble-format