Index: ldapauth.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ldap_integration/ldapauth.module,v
retrieving revision 1.28
diff -u -r1.28 ldapauth.module
--- ldapauth.module	22 Aug 2007 23:55:21 -0000	1.28
+++ ldapauth.module	23 Aug 2007 05:55:58 -0000
@@ -221,7 +221,7 @@
   $form['system-options'] = array( 
     '#type' => 'fieldset', 
     '#title' => t('Authentication mode'),
-    '#description' => t('<p><strong>NOTE:</strong> These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.<strong></p>'), 
+    '#description' => t('<p><strong>NOTE:</strong> These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.</strong></p>'),
     '#collapsible' => TRUE, 
     '#collapsed' => TRUE,
   );
