--- openid.module 2008-10-18 00:04:15.000000000 -0700 +++ openid_new.module 2008-10-18 00:04:51.000000000 -0700 @@ -103,8 +103,8 @@ function openid_form_alter($form_id, &$f '#maxlength' => 255, '#weight' => -1, '#description' => l(t('What is OpenID?'), 'http://openid.net/'), - '#prefix' => '
', - '#suffix' => '
' + //'#prefix' => '
', + //'#suffix' => '
' ); $form['openid.return_to'] = array('#type' => 'hidden', '#value' => url('openid/authenticate', drupal_get_destination(), NULL, TRUE)); $form['name']['#prefix'] = '
';