Forum OpenACS Development: Re: ad_quotehtml speed improvement

Collapse
Posted by Nis Jørgensen on
I assume you mean
  export_url_vars
rather than
  ad_export_url_vars

(unless ad_export_url_vars was added in 5.0)

If you do, you are still missing the point: The '&' characters in the url's MUST be quoted for the html to be valid. Since most browsers don't care, the problem is not big though.

Here is an example that might cause problems:

<a href="calculate-resistance?volt=2&amp=3">test</a>

Collapse
Posted by Tom Jackson on

That an interestingly confusing example.