forked from GNUsocial/gnu-social
		
	Fix format specifier on page title
This commit is contained in:
		| @@ -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'))); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user