Comment

Boris Zbarsky

Not if the unquoted thing is in the value. "?something=&amp&" behaves identically to "?something=&&".

Not to mention the fact that, of course, the unquoted '&' will terminated the key-value pair.

Parent comment

Peter Bengtsson

So as long as I always bundle the key and value with a = in between I'm safe.