Problem/Motivation

The span tag inside the noscript tag causes xhtml validation errors.

Proposed resolution

Change the span to a div. See patch.

Remaining tasks

Consider including some default CSS to make the new div display:inline.

User interface changes

None, although it's possible someone is relying on the default display style of the span and would need to add a rule to make the div display:inline.

Comments

tedfordgif’s picture

Status: Active » Needs review
StatusFileSize
new583 bytes
manfer’s picture

Status: Needs review » Fixed

Didn't realized there was and issue about this and it has been already solved in new version. The solution used was just adding a div instead of replacing the span.

manfer’s picture

There is no need to have both div and span so better I'm going to push the patch in #1 by tedfordgif.

Status: Fixed » Closed (fixed)

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

manfer’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Closed (fixed) » Active

Needs to be backported to 6.x version

manfer’s picture

manfer’s picture

Status: Active » Fixed

pushed to 6.x-1.x development branch

Status: Fixed » Closed (fixed)

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