Why is “​” being injected into my HTML?

后端 未结 8 1697

EDIT: You can see the issue here (look in source).

EDIT2: Interesting, it is not an issue in source. Only with the console (Firebug as well).

I have

8条回答
  •  盖世英雄少女心
    2020-11-29 05:18

    This “8203;” HTML character is a no width break control. It can easily find in the Google Chrome Browser inspect elements section. And When you try to remove it from your code, most of the Major IDE not showing to me...(Maybe by my preference).

    I found the new text editor Brackets download it and open my code in the editor. It shows the character with red dots. Just remove it check everything is working well.

    I found this solution from a blog. What is “8203​” HTML character? Why is being injected into my HTML?

    Thank You for saving me hours.

提交回复
热议问题