Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.2
-
None
-
Unknown
Description
writer.write("<meta http-equiv=content-type content=\"text/html; charset=UTF-8\">");
should be changed to
writer.write("<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">");
in oder to comply to http://www.w3schools.com/tags/att_meta_http_equiv.asp