Index: logintoboggan.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/logintoboggan/logintoboggan.module,v
retrieving revision 1.10
diff -u -r1.10 logintoboggan.module
--- logintoboggan.module	19 Feb 2006 03:45:08 -0000	1.10
+++ logintoboggan.module	19 Feb 2006 20:57:08 -0000
@@ -472,7 +472,7 @@
  */
 
 function _logintoboggan_toggleboggan ($form) {
-  $pre = '<div id="toboggan_container">';
+  $pre = '<div id="toboggan-container">';
   $pre .= 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.
@@ -480,7 +480,7 @@
     $pre .= '<div>'. $login_msg .'</div>';
   }
   //the block that will be toggled
-  $pre .= '<div id="toboggan_login" class="user-login-block">';
+  $pre .= '<div id="toboggan-login" class="user-login-block">';
   $form['pre'] = array('#value' => $pre, '#weight' => -300);
 
   $post .= '</div></div>';
