yup..

it's the way URLencoding works.. same counts for < > and &

&amp;lt; represents the < sign.
&amp;gt; represents the > sign.
&amp;amp; represents the & sign.
&amp;quot; represents the " mark.

source: http://www.w3.org/TR/html401/charset.html#h-5.3.2