- Encoding names should be IANA names and in lower case

This commit is contained in:
Gabor Kovesdan 2012-09-22 20:09:08 +00:00
parent 9b85c2d7f5
commit efe7023c1f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39595
721 changed files with 742 additions and 742 deletions

View file

@ -2094,7 +2094,7 @@ right inside the code:
section .data
http db 'Content-type: text/html', 0Ah, 0Ah
db '<?xml version="1.0" encoding="UTF-8"?>', 0Ah
db '<?xml version="1.0" encoding="utf-8"?>', 0Ah
db '<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML Strict//EN" '
db '"DTD/xhtml1-strict.dtd">', 0Ah
db '<html xmlns="http://www.w3.org/1999/xhtml" '