diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-03 13:23:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-08-03 13:23:21 +0000 |
commit | 60fa32d51a40280a58e1a60950cde36a6902011e (patch) | |
tree | fe6fa4ec1877334bd907ade16cc6e1ea2193f73b | |
parent | 7711e37da4f471b8ed7307090d055f650e2b1e13 (diff) | |
download | redmine-60fa32d51a40280a58e1a60950cde36a6902011e.tar.gz redmine-60fa32d51a40280a58e1a60950cde36a6902011e.zip |
replace tab to space at ApplicationHelper
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12074 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/helpers/application_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b918a47e8..959df67c8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -449,7 +449,7 @@ module ApplicationHelper end end - # Returns a h2 tag and sets the html title with the given arguments + # Returns a h2 tag and sets the html title with the given arguments def title(*args) strings = args.map do |arg| if arg.is_a?(Array) && arg.size >= 2 |