Function: hfy-default-footer
hfy-default-footer is a byte-compiled function defined in
htmlfontify.el.gz.
Signature
(hfy-default-footer FILE)
Documentation
Default value for hfy-page-footer.
FILE is the name of the file being rendered, in case it is needed.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun hfy-default-footer (_file)
"Default value for `hfy-page-footer'.
FILE is the name of the file being rendered, in case it is needed."
"\n </body>\n</html>\n")