From 48323d3604e3395e734bfbcb40230d774049217b Mon Sep 17 00:00:00 2001
From: Matthias Benkard <code@mail.matthias.benkard.de>
Date: Fri, 23 Oct 2009 23:20:00 +0200
Subject: Fix the code adding iPhone viewport specifications to HTML pages.

Ignore-this: 2684a06edc5a5a43440617c6e142fa03

darcs-hash:c0de0b0923ea33f6171d4758451c5a2933ed4245
---
 journal.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/journal.lisp b/journal.lisp
index cc84b43..d64c463 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.
-    (<:meta :name "viewport" :id "iphone-viewport" :content "initial-scale=1.0")
+    (<:as-is "<meta name=\"viewport\" id=\"iphone-viewport\" content=\"initial-scale=1.0\" />")
     (<:title
      (<:as-is
       (if page-title
-- 
cgit v1.2.3