Fix format specifier on page title

This commit is contained in:
Zach Copley 2010-01-11 23:21:09 +00:00
parent 60d6d73fca
commit 3a9e24e077

View File

@ -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')));
} }