On Dec 20, 2012, at 09:26, MacPorts <[email protected]> wrote: > +NOTE: There is a bug in Trac that does not pass the '+' sign properly to the > query, use a link here instead of `query:` syntax.
"+" is a special character in the query portion of URLs and is used to represent a space; this is weird and should probably not be used. If you want a plus, use %2B; if you want a space, use %20. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
