From 94db8a1c334b9ff5a0c28c89cb87ffa882095261 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 18 Feb 2012 14:12:48 +0200 Subject: Usability & design improvements --- app/models/commit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models/commit.rb') diff --git a/app/models/commit.rb b/app/models/commit.rb index 0d45c645014..281e3f036e2 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -42,7 +42,7 @@ class Commit end def author_name - author.name + author.name.force_encoding("UTF-8") end def committer_name -- cgit v1.2.1