<...> converting backslash in URI to slash

Cause:

An attribute of type URI contains a backslash, it is converted to a slash.

Example:

Good<a href="http://www.domain.com\dir">
Good<a href="http://www.domain.com/dir">

Solution:

Use / in URI in place of \

References: