emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111851: * lisp/htmlfontify.el (hfy-d


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111851: * lisp/htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
Date: Thu, 21 Feb 2013 20:32:45 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111851
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-21 20:32:45 -0500
message:
  * lisp/htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
modified:
  lisp/ChangeLog
  lisp/htmlfontify.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-02-21 21:50:14 +0000
+++ b/lisp/ChangeLog    2013-02-22 01:32:45 +0000
@@ -1,3 +1,7 @@
+2013-02-22  Glenn Morris  <address@hidden>
+
+       * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
+
 2013-02-21  Bastien Guerry  <address@hidden>
 
        * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2013-01-01 09:11:05 +0000
+++ b/lisp/htmlfontify.el       2013-02-22 01:32:45 +0000
@@ -717,7 +717,7 @@
 --> </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'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]