Contents

[edit]

Tidy: Notice: ... discarding newline in URI reference

[edit]

Cause:

The URL given in the tag is containing newline or carriage return. This is a notice, not a real HTML error.

[edit]

Example:

<a> discarding newline in URI reference.

Good<a href="my_link
.html">my link</a>
Good<a href="my_link.html">
my_link</a>
[edit]

Solution:

Remove the newline in the URL

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_65"