Skip to content

Commit

Permalink
Added doctype to ensure the browser use standard complient rendering …
Browse files Browse the repository at this point in the history
…mode. This avoid many CSS issues.
  • Loading branch information
bofrede committed Sep 27, 2013
1 parent 7bb714c commit f927b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/layout.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
<meta charset="{{encoding}}">
Expand Down

0 comments on commit f927b35

Please sign in to comment.