HTML error on groups admin page

Junyor - August 2, 2007 - 20:51
Project:LDAP integration
Version:5.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:kreaper
Status:closed
Description

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.

#1

kreaper - August 22, 2007 - 23:55

Fix committed to HEAD

#2

kreaper - August 22, 2007 - 23:55
Status:reviewed & tested by the community» fixed

Fix committed to HEAD

#3

kreaper - August 23, 2007 - 01:21
Version:HEAD» 5.x-1.3
Assigned to:Anonymous» kreaper
Status:fixed» closed

fix made available in 5.x-1.3

 
 

Drupal is a registered trademark of Dries Buytaert.