Index: openid.module =================================================================== --- openid.module (revision 13034) +++ openid.module (working copy) @@ -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'] = '
';