Fix typo in ApplicationHelper.html_title comment (#35230).

Patch by keineahnung2345.


git-svn-id: http://svn.redmine.org/redmine/trunk@21001 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2021-05-15 05:29:49 +00:00
parent f8c7e3cf04
commit 4740307f11

View File

@@ -764,7 +764,7 @@ module ApplicationHelper
# Sets the html title
# Returns the html title when called without arguments
# Current project name and app_title and automatically appended
# Current project name and app_title are automatically appended
# Exemples:
# html_title 'Foo', 'Bar'
# html_title # => 'Foo - Bar - My Project - Redmine'