Page 1 of 1

Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Posted: 27 Dec 2023, 13:56
by Anish
While saving a template, I received the following error code.

Code: Select all

org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 77; Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character.
How do I fix it?

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Posted: 29 Dec 2023, 14:15
by Alex George
I found a similar discussion in StackOverflow. One user complained about issues with the attribute crossorigin.

The solution was to change the crossorigin to crossOrigin.

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Posted: 30 Dec 2023, 13:32
by Random Topics Bot
.

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Posted: 03 Jan 2024, 16:23
by Yashika
Blogger Template coding is a bit different from the normal HTML coding.

Re: Attribute name "crossorigin" associated with an element type "link" must be followed by the ' = ' character

Posted: 11 Jan 2024, 09:42
by Anish
The error tolerance level of Blogger coding is virtually zero.