Do not expand title in <title> markups
If we expand `title', we may have HTML markup between the <title> markups, which is not valid. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a153f5a31d
commit
8c5f8a4d25
|
@ -913,7 +913,7 @@ lang=\"%s\" xml:lang=\"%s\">
|
||||||
"")
|
"")
|
||||||
(or charset "iso-8859-1"))
|
(or charset "iso-8859-1"))
|
||||||
language language
|
language language
|
||||||
(org-html-expand title)
|
title
|
||||||
(or charset "iso-8859-1")
|
(or charset "iso-8859-1")
|
||||||
date author description keywords
|
date author description keywords
|
||||||
style
|
style
|
||||||
|
|
Loading…
Reference in New Issue