Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2013-06-20 20:19:55 +02:00
commit ab40235826
1 changed files with 1 additions and 1 deletions

View File

@ -1719,7 +1719,7 @@ holding export options."
"<body>\n"
(let ((link-up (org-trim (plist-get info :html-link-up)))
(link-home (org-trim (plist-get info :html-link-home))))
(unless (and (string= link-up "") (string= link-up ""))
(unless (and (string= link-up "") (string= link-home ""))
(format org-html-home/up-format
(or link-up link-home)
(or link-home link-up))))