From 639a3d440f456ffbe492c35f0cbbb63c714f2c8b Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 15 Nov 2009 01:10:52 +0100 Subject: Restore the charset meta tag in an HTML-5-conforming way. Ignore-this: 7adfc15ec25498b696017467869c7510 darcs-hash:9a5103135e994ca07cff40a13813ec75de9b7499 --- journal.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/journal.lisp b/journal.lisp index 9d36cb3..bffa101 100755 --- a/journal.lisp +++ b/journal.lisp @@ -442,6 +442,10 @@ ;; ;;(<:meta :http-equiv "Content-Type" ;; :content "text/html; charset=UTF-8") + ;; + ;; The following, on the other hand, is the official HTML 5 variant + ;; of the above. + (<:as-is "") ;; The iPhone's Mobile Safari browser scales all web pages by ;; default in order to make them look as if on a PC-sized monitor. -- cgit v1.2.3