Fixes #195. Thanks, Tommi!

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@429 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2007-02-04 18:37:30 +00:00
parent fb986c6603
commit 572dcdf42e

View file

@ -80,7 +80,7 @@ class ApplicationController < ActionController::Base
else
word = string.pluralize
end
return count.to_s + " " + word
return count.to_s + "&nbsp;" + word
end
protected