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()
|
function showTitle()
|
||||||
{
|
{
|
||||||
$this->element('title', null,
|
$this->element('title', null,
|
||||||
sprintf(_("%1$s - %2$s"),
|
sprintf(_("%1\$s - %2\$s"),
|
||||||
$this->title(),
|
$this->title(),
|
||||||
common_config('site', 'name')));
|
common_config('site', 'name')));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user