Opened 16 years ago

Last modified 14 years ago

#695 closed Defect

Malformed HTML Attribute in Web Buttons — at Version 2

Reported by: AlphaLaser Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Project Version:
Keywords: malformed html Cc:

Description (last modified by Nicolas)

The HTML attributes for the <noscript> fallback in the web button code are malformed. They should be surrounded by double quotes so that attribute values containing spaces can be properly parsed.

in html/inc/util.inc, line 674:

<a href=$url title=$title>$text</a>

should be:

<a href=\"$url\" title=\"$title\">$text</a>

Change History (2)

comment:1 Changed 16 years ago by AlphaLaser

Make that line 674

comment:2 Changed 16 years ago by Nicolas

Description: modified (diff)

done :)

Note: See TracTickets for help on using tickets.