Blogger Template Saving Shows "The reference to entity "family" must end with the ';' delimiter"

It is a Webmaster forum to discuss website promotion, CMS management, Search Engine discussions, AdSense, etc.
Post Reply
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

Blogger Template Saving Shows "The reference to entity "family" must end with the ';' delimiter"

Post by Anish »

Hello I am getting the following error while trying to save the Blogger template.

Code: Select all

org.xml.sax.SAXParseException; lineNumber: 18; columnNumber: 91; The reference to entity "family" must end with the ';' delimiter.
What is it?
Anagha Sivakumar
Standard User
Posts: 20
Joined: 09 Dec 2023, 14:34

Re: Blogger Template Saving Shows "The reference to entity "family" must end with the ';' delimiter"

Post by Anagha Sivakumar »

The error message hints at the location of the reason for the problem. What code is present on line 18?
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

Re: Blogger Template Saving Shows "The reference to entity "family" must end with the ';' delimiter"

Post by Anish »

It is a line from Google font.
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

Re: Blogger Template Saving Shows "The reference to entity "family" must end with the ';' delimiter"

Post by Anish »

Yes, I find the answer. In a similar topic, Alex told me to end the line with /

I followed and added it to the following line.

Code: Select all

<link href="https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap" rel="stylesheet">

As this:

Code: Select all

<link href="https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap" rel="stylesheet" />
Now, Blogger has no problem in saving it.
Post Reply