mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
* lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
This commit is contained in:
parent
b59a2e9edb
commit
153dd4d04f
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2013-02-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
|
||||
|
||||
2013-02-21 Bastien Guerry <bzg@gnu.org>
|
||||
|
||||
* cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
|
||||
|
|
|
|||
|
|
@ -717,7 +717,7 @@ STYLE is the inline CSS stylesheet (or tag referring to an external sheet)."
|
|||
--> </script>
|
||||
</head>
|
||||
<body onload=\"stripe('index'); return true;\">\n"
|
||||
file style))
|
||||
(mapconcat 'hfy-html-quote (mapcar 'char-to-string file) "") style))
|
||||
|
||||
(defun hfy-default-footer (_file)
|
||||
"Default value for `hfy-page-footer'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue