Re: URL parsing problem (General questions)
I have a somewhat similar issue:
This item:
<input name= trccvs value= <I>miscellaneous Text</I> >
is being parsed into:
<input name= trccvs value= <I>
and:
miscellaneous Text</I> >
Apparently due to the closing '>'.
Any chance this is already fixed in an update?