diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 01:10:52 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-11-15 01:10:52 +0100 |
commit | 639a3d440f456ffbe492c35f0cbbb63c714f2c8b (patch) | |
tree | c664ccd3dfa7233fd69fc533a813ab7432131cd7 | |
parent | 6aaaff6912a797ab9fca7f1a43835d10fb5a3ecf (diff) |
Restore the charset meta tag in an HTML-5-conforming way.
Ignore-this: 7adfc15ec25498b696017467869c7510
darcs-hash:9a5103135e994ca07cff40a13813ec75de9b7499
-rwxr-xr-x | journal.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
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 "<meta charset=\"utf-8\" />") ;; 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. |