Project:Taxonomy Redirect
Version:6.x-1.3
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

The fieldset of $form['add_redirect'] is wrapped in a <b> tag which is invalid HTML. It also causes all the text within the fieldset to become bold which is needless.

The reason this <b> is invalid is because it's an inline-level element and inline elements are not allowed to contain block-level elements, such as fieldsets and divs.

Drupal core also uses <strong> instead of <b> for semantic reasons.

Comments

#1

Status:active» fixed

Committed to 5.x-1.x & 6.x-1.x branches

#2

Status:fixed» closed (fixed)

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

nobody click here