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

kreaper’s picture

Fix committed to HEAD

kreaper’s picture

Status: Reviewed & tested by the community » Fixed

Fix committed to HEAD

kreaper’s picture

Version: master » 5.x-1.3
Assigned: Unassigned » kreaper
Status: Fixed » Closed (fixed)

fix made available in 5.x-1.3