From: Glenn Morris Date: Fri, 22 Feb 2013 01:32:45 +0000 (-0500) Subject: * lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457) X-Git-Tag: emacs-24.3.90~173^2~6^2~68 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=153dd4d04f0bb5e315cb1911db1c05c6a3d976df;p=emacs.git * lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68cff2f6d29..7f65619dcfa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-02-22 Glenn Morris + + * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457) + 2013-02-21 Bastien Guerry * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778) diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index df8ef86a3cd..768dda993e2 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -717,7 +717,7 @@ STYLE is the inline CSS stylesheet (or tag referring to an external sheet)." --> \n" - file style)) + (mapconcat 'hfy-html-quote (mapcar 'char-to-string file) "") style)) (defun hfy-default-footer (_file) "Default value for `hfy-page-footer'.