From bf4edb6d1624eaefd849b0b33cbe64d02deefec8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 8 Apr 2015 13:32:31 +0200 Subject: [PATCH] ox-html: Silence byte-compiler * lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler. --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 572e5a096..297af00f0 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -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")))))) -- 2.11.4.GIT