diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:25:19 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-23 23:25:19 +0200 |
commit | 8992949a664797c8f657e7973c66e4cd7d199927 (patch) | |
tree | 4e4b73b624f4fa5ad780369ba3928a091fc44d76 | |
parent | 079ada94521da40917a93a98359602bd471e44d5 (diff) |
Fix a typo.
Ignore-this: 77306f6716cb18042f39939a554e6a45
darcs-hash:557c39ce2575521a602423b81968572fd8818d35
-rwxr-xr-x | journal.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp index b20b74e..c4946b5 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 :name "viewport" :content "initial-scale=1.0") + (<:meta :name "viewport" :content "initial-scale=1.0") (<:title (<:as-is (if page-title |