Single post
jump to replies3 replies
back to top@adele hi, I noticed the smolweb validator invalidates <meta charset="UTF-8"> for not having a content attribute. I don't think that's correct.
@venelles some old browsers don't understand this syntax. So meta http-equiv is recommended:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
@adele ah, ok, thanks! https://gopher.fr is fixed and validated.