From 079ada94521da40917a93a98359602bd471e44d5 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 23 Oct 2009 23:23:38 +0200 Subject: Try specifying the iPhone viewport meta tag without an ID. Ignore-this: 2ad54cdadd051cb301687c673d0aef6e darcs-hash:262c06e5f319f6566810aa09f2493649ba1a316a --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index d64c463..b20b74e 100755 --- a/journal.lisp +++ b/journal.lisp @@ -438,7 +438,7 @@ ;; designed to work with small devices. It's not so great when your ;; pages mostly consist of lots of text to read, though. Therefore, ;; let's disable the default scaling here. - (<:as-is "") + (<:as-is :name "viewport" :content "initial-scale=1.0") (<:title (<:as-is (if page-title -- cgit v1.2.3