diff -r 4bcefa85649c -r d54e7620bd3e includes/namespaces/user.php --- a/includes/namespaces/user.php Fri Jul 17 20:48:53 2009 -0400 +++ b/includes/namespaces/user.php Fri Jul 31 19:15:48 2009 -0400 @@ -23,7 +23,7 @@ if ( ( $this->title == str_replace('_', ' ', $this->page_id) || $this->title == $paths->nslist['User'] . str_replace('_', ' ', $this->page_id) ) || !$this->exists ) { - $this->title = $lang->get('userpage_page_title', array('username' => $this->page_id)); + $this->title = $lang->get('userpage_page_title', array('username' => str_replace('_', ' ', dirtify_page_id($this->page_id)))); $this->cdata['name'] = $this->title; }