Closed (fixed)
Project:
LDAP integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Aug 2007 at 20:51 UTC
Updated:
23 Aug 2007 at 01:21 UTC
The LDAP Groups admin page contains an HTML error:
$form['system-options'] = array(
'#type' => 'fieldset',
'#title' => t('Authentication mode'),
'#description' => t('<p><strong>NOTE: These settings have no effect on Drupal user with uid 1. The admin account never uses LDAP.</p>'),
'#collapsible' => TRUE,
'#collapsed' => FALSE,
);
The STRONG tag in the description is not closed. This can be fixed by simply adding the end tag, so I'm not going to add a patch, but will set to RTBC.
Comments
Comment #1
kreaper commentedFix committed to HEAD
Comment #2
kreaper commentedFix committed to HEAD
Comment #3
kreaper commentedfix made available in 5.x-1.3