Browse Source

ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler.
Nicolas Goaziou 10 years ago
parent
commit
bf4edb6d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ox-html.el

+ 1 - 1
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"))))))