Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
153dd4d0
Commit
153dd4d0
authored
Feb 21, 2013
by
Glenn Morris
Browse files
* lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
parent
b59a2e9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/htmlfontify.el
lisp/htmlfontify.el
+1
-1
No files found.
lisp/ChangeLog
View file @
153dd4d0
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)
...
...
lisp/htmlfontify.el
View file @
153dd4d0
...
...
@@ -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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment