Remove the abundant parenthesis in title.

This commit is contained in:
Yujie Wen 2014-03-30 16:44:08 +08:00
parent 3f998031a5
commit 6972b52ce5
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ info is a plist holding export options."
<!DOCTYPE html>\n<html%s>\n<head>\n"
(if-format " lang=\"%s\"" (plist-get info :language)))
"<meta charset=\"utf-8\"/>\n"
(if-format "<title>%s</title>\n" (plist-get info :title))
(if-format "<title>%s</title>\n" (org-export-data (plist-get info :title) info))
(if-format "<meta name=\"author\" content=\"%s\"/>\n" (plist-get info :author))
(if-format "<meta name=\"description\" content=\"%s\"/>\n" (plist-get info :description))
(if-format "<meta name=\"keywords\" content=\"%s\"/>\n" (plist-get info :keywords))