mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
replace tab to space at ApplicationHelper
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12074 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -449,7 +449,7 @@ module ApplicationHelper
|
|||||||
end
|
end
|
||||||
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)
|
def title(*args)
|
||||||
strings = args.map do |arg|
|
strings = args.map do |arg|
|
||||||
if arg.is_a?(Array) && arg.size >= 2
|
if arg.is_a?(Array) && arg.size >= 2
|
||||||
|
|||||||
Reference in New Issue
Block a user