Fix format specifier on page title
This commit is contained in:
parent
60d6d73fca
commit
3a9e24e077
@ -141,7 +141,7 @@ class Action extends HTMLOutputter // lawsuit
|
||||
function showTitle()
|
||||
{
|
||||
$this->element('title', null,
|
||||
sprintf(_("%1$s - %2$s"),
|
||||
sprintf(_("%1\$s - %2\$s"),
|
||||
$this->title(),
|
||||
common_config('site', 'name')));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user