← Back to team overview

harvest-dev team mailing list archive

[Bug 658980] [NEW] Ampersands are not escaped, resulting in invalid HTML and possible bugs

 

Public bug reported:

Right now, the majority of the site passes the W3C markup validator, but
/opportunities (the important bit) does not. We can, and should, fix
this! :)

The brunt of errors comes from forgetting to escape URLs in various A
tags. (Most of our URLs have &s in them, which should be escaped since &
is, itself, used to denote special characters).

** Affects: harvest
     Importance: Undecided
         Status: New

-- 
Ampersands are not escaped, resulting in invalid HTML and possible bugs
https://bugs.launchpad.net/bugs/658980
You received this bug notification because you are a member of harvest-
dev, which is the registrant for harvest.

Status in Harvest Service: New

Bug description:
Right now, the majority of the site passes the W3C markup validator, but /opportunities (the important bit) does not. We can, and should, fix this! :)

The brunt of errors comes from forgetting to escape URLs in various A tags. (Most of our URLs have &s in them, which should be escaped since & is, itself, used to denote special characters).





Follow ups

References