Variable: hfy-meta-tags
hfy-meta-tags is a variable defined in htmlfontify.el.gz.
Value
"<meta name=\"generator\" content=\"emacs 30.2; htmlfontify\" />"
Documentation
The generator meta tag for this version of htmlfontify.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defconst hfy-meta-tags
(format "<meta name=\"generator\" content=\"emacs %s; htmlfontify\" />"
emacs-version)
"The generator meta tag for this version of htmlfontify.")