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
1 changed files with 1 additions and 1 deletions

View File

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