Found a strange htmlspecialchars() bug in blogger.com
The title of my blog is <?php echo 'R. Rajesh Jeba Anbiah'; ?>, but blogger.com doesn't convert the html entities in the title when it spits out. Because of this bug, the title doesn't appear in my blog--browser just treats it as a broken html tag. This bug could have been fixed by using htmlspecialchars(), if it's powered by PHP.
Also, noticed that this compose box eats any texts entered such.
I gonna report this bug.
The title of my blog is <?php echo 'R. Rajesh Jeba Anbiah'; ?>, but blogger.com doesn't convert the html entities in the title when it spits out. Because of this bug, the title doesn't appear in my blog--browser just treats it as a broken html tag. This bug could have been fixed by using htmlspecialchars(), if it's powered by PHP.
Also, noticed that this compose box eats any texts entered such.
I gonna report this bug.
Comments
This htmlspecialchars() bug appears only in blog tittle/header; in all other places they're converting it to proper html entities.