Skip to content

Commit

Permalink
Add charset definition to HTML pages
Browse files Browse the repository at this point in the history
Specifying the charset prevents the browser from guessing the charset to
use.

Relates to innoq#130.
  • Loading branch information
mvitz committed Mar 13, 2015
1 parent 2a3340e commit 3883d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/statuses/views/layout.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
([title username content footer]
(html5
[:head
[:meta {:charset "utf-8"}]
[:meta {:name "viewport"
:content "width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no"}]
[:title (str title " - innoQ Statuses")]
Expand Down

0 comments on commit 3883d21

Please sign in to comment.