From e0f32a92284c275ddf4ebec6986d487c01e84f79 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Thu, 23 May 2013 19:52:07 -0400 Subject: [PATCH] HTML character encoding is now explicitly specified as utf-8 This resolves display issues that may result from using UTF-8 chars in commit messages. --- tpl/commit | 1 + tpl/index | 1 + 2 files changed, 2 insertions(+) diff --git a/tpl/commit b/tpl/commit index d87d116..351b94f 100755 --- a/tpl/commit +++ b/tpl/commit @@ -3,6 +3,7 @@ cat < + $subject $( [ -n "$html_external_css" ] \ && printf '' \ diff --git a/tpl/index b/tpl/index index dd065d7..eb3920b 100755 --- a/tpl/index +++ b/tpl/index @@ -3,6 +3,7 @@ cat < + $( [ -n "$html_external_css" ] \