Explorar o código

ox-html: Silence byte-compiler

* lisp/ox-html.el (org-html--build-meta-info): Silence byte-compiler.
Nicolas Goaziou %!s(int64=10) %!d(string=hai) anos
pai
achega
bf4edb6d16
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"))))))