wrong title on register

darcs-hash:20080517170617-84dde-e9d708d6e04c748ac35a93e69b3ac7f0129c0585.gz
This commit is contained in:
Evan Prodromou 2008-05-17 13:06:17 -04:00
parent 1a15570339
commit 179c91b921
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class RegisterAction extends Action {
function show_form($error=NULL) {
common_show_header(_t('Login'));
common_show_header(_t('Register'));
common_element_start('form', array('method' => 'POST',
'id' => 'login',
'action' => common_local_url('register')));