Index: logintoboggan.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/logintoboggan/logintoboggan.module,v
retrieving revision 1.7.4.6
diff -u -r1.7.4.6 logintoboggan.module
--- logintoboggan.module	19 Feb 2006 03:43:44 -0000	1.7.4.6
+++ logintoboggan.module	19 Feb 2006 21:02:12 -0000
@@ -435,7 +435,7 @@
  *   the rendered html
  */
 function _logintoboggan_toggleboggan ($edit = array()){
-  $output = '<div id="toboggan_container">';
+  $output = '<div id="toboggan-container">';
   $output .= l(t('Login/Register'), 'toboggan/login', array('onclick' => "toggleboggan('toboggan_login');this.blur();return false;"));
   //Grab the message from settings if there is one to display at the top of the login block.
 
@@ -443,7 +443,7 @@
     $output .= '<div>'. $login_msg .'</div>';
   }
   //the block that will be toggled
-  $output .= '<div id="toboggan_login" class="user-login-block">';
+  $output .= '<div id="toboggan-login" class="user-login-block">';
   $nametitle = (variable_get('login_with_mail', 0)) ? t('Username or Email') : t('Username');
   $form = form_textfield($nametitle, 'name', $edit['name'], 15, 64);
   $form .= form_password(t('Password'), 'pass', $pass, 15, 64);
