Ticket #87 (accepted defect)
Stop overriding arg_separator.output, start using the correct one situationally
| Reported by: | boutell | Owned by: | tboutell |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.6 |
| Component: | Documentation | Version: | 1.0 |
| Keywords: | Cc: | agilbert, asaphosting, develop7 | |
| Symfony version: | 1.4 |
Description
We should systematically use the correct separator in our http_build_query calls depending on whether we're building a link in a tag (&) or a redirect URL (&).
We should do this in the trunk and try to deliver it for 1.1, at which point we should remove the override of arg_separator.output that currently appears in .htaccess in the sandbox.
We should not do this in 1.0 stable because the override is 100% effective (just a little bit non-standards-compliant when it appears in HTML markup) and requires no potentially bug-introducing code changes.

