diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:23:38 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:23:38 +0200 |
commit | 079ada94521da40917a93a98359602bd471e44d5 (patch) | |
tree | 7d727cd81c66f420f0fe74943a008fbe443a25ab | |
parent | 48323d3604e3395e734bfbcb40230d774049217b (diff) |
Try specifying the iPhone viewport meta tag without an ID.
Ignore-this: 2ad54cdadd051cb301687c673d0aef6e
darcs-hash:262c06e5f319f6566810aa09f2493649ba1a316a
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<meta name=\"viewport\" id=\"iphone-viewport\" content=\"initial-scale=1.0\" />") + (<:as-is :name "viewport" :content "initial-scale=1.0") (<:title (<:as-is (if page-title |