Browse Source

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>
Julien Danjou 15 năm trước cách đây
mục cha
commit
8c5f8a4d25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -913,7 +913,7 @@ lang=\"%s\" xml:lang=\"%s\">
 		      "")
 		  (or charset "iso-8859-1"))
 		 language language
-		 (org-html-expand title)
+		 title
 		 (or charset "iso-8859-1")
 		 date author description keywords
 		 style