From 70b6dbc9850a65248d064350ac10459a812fb2fa Mon Sep 17 00:00:00 2001 From: David Matas Date: Thu, 19 Dec 2013 14:41:24 +0100 Subject: [PATCH] Add utf-8 encoding to layout template --- templates/layout.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/layout.haml b/templates/layout.haml index a3d96ebff..b96216963 100644 --- a/templates/layout.haml +++ b/templates/layout.haml @@ -3,6 +3,7 @@ %html %head %title= "GitStats - #{repo.project_name}" + %meta{:charset => "utf-8"} %link{:rel => "stylesheet", :href => asset_path('bootstrap/css/bootstrap.min.css', active_page), :type => "text/css"} %style :plain