| Named entity expected. Got none. | agrippaz | 12/28/14 10:49 AM | When editing HTML, I have the following code calling an image: This causes the built-in code validator to throw: "Named entity expected. Got none." for that line. It seems to be related to "&" in the src URL. The following does not cause an error: |
| Re: Named entity expected. Got none. | agrippaz | 12/28/14 11:14 AM | Changing the & to & seems to resolve this. Not sure if this normal behavior or not; I usually just use & in URLs. |
| Re: [shiftedit] Re: Named entity expected. Got none. | Adam Jimenez | 12/28/14 2:15 PM | It's technically correct to use & albeit pedantic.
Best regards, Adam Jimenez ShiftCreate Limited |
| Re: Named entity expected. Got none. | Nasser Moore | 5/1/15 12:55 PM | You should actually use %26 instead because I don't think you can use HTML entities in URLs |