My IDE (phpstorm
) complains that this contains an Unescaped xml character
.
This has been bugging me for a while:
<? } if (isset($_GET[id])) { ?>
document.getElementById("facebook_likebutton").innerHTML = '<';
<? } ?>
it marks the '<'
as the part where its an error.
see this image:
Change
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
to
<!DOCTYPE html>
and the error will be gone.
source
Change the inspection settings as follow:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With