Closed (fixed)
Project:
LDAP integration
Version:
5.x-1.3
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2007 at 12:52 UTC
Updated:
29 Feb 2008 at 04:05 UTC
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
Comment #1
ashtonium commentedconfirming both the issue and the fix.
Comment #2
scafmac commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.