ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler.
This commit is contained in:
Nicolas Goaziou 2015-04-08 13:32:31 +02:00
parent b6ccee763f
commit bf4edb6d16
1 changed files with 1 additions and 1 deletions

View File

@ -1740,7 +1740,7 @@ INFO is a plist used as a communication channel."
(format " name=\"viewport\" content=\"%s\""
(mapconcat
(lambda (elm) (format "%s=%s" (car elm) (cadr elm)))
viewport ", "))
viewport-options ", "))
info)
"\n"))))))