Security Options, Anonymous UI Options and LDAP UI Options not viewable/expandable under Firefox due to additional <strong> in ldapauth.module (line 224). IE renders fine.

Remove the last <strong> tag

    '#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>'), 

to

    '#description' => t('<p><strong>NOTE:</strong> These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.</p>'), 

Comments

ashtonium’s picture

confirming both the issue and the fix.

scafmac’s picture

Status: Reviewed & tested by the community » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.