mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
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:
@@ -764,7 +764,7 @@ module ApplicationHelper
|
|||||||
|
|
||||||
# Sets the html title
|
# Sets the html title
|
||||||
# Returns the html title when called without arguments
|
# 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:
|
# Exemples:
|
||||||
# html_title 'Foo', 'Bar'
|
# html_title 'Foo', 'Bar'
|
||||||
# html_title # => 'Foo - Bar - My Project - Redmine'
|
# html_title # => 'Foo - Bar - My Project - Redmine'
|
||||||
|
|||||||
Reference in New Issue
Block a user