--- openid.module.orig 2009-03-17 17:45:20.000000000 -0400 +++ openid.module 2009-03-17 19:36:35.000000000 -0400 @@ -103,8 +103,6 @@ '#maxlength' => 255, '#weight' => -1, '#description' => l(t('What is OpenID?'), 'http://openid.net/'), - '#prefix' => '
', - '#suffix' => '
' ); $form['openid.return_to'] = array('#type' => 'hidden', '#value' => url('openid/authenticate', drupal_get_destination(), NULL, TRUE)); $form['name']['#prefix'] = '
';