Opened 16 years ago

Last modified 14 years ago

#695 closed Defect

Malformed HTML Attribute in Web Buttons — at Initial Version

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

Description

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 765:

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

should be:

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

Change History (0)

Note: See TracTickets for help on using tickets.