diff options
-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. |