diff options
Diffstat (limited to 'zh_TW.Big5/books/developers-handbook/x86/chapter.sgml')
-rw-r--r-- | zh_TW.Big5/books/developers-handbook/x86/chapter.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zh_TW.Big5/books/developers-handbook/x86/chapter.sgml b/zh_TW.Big5/books/developers-handbook/x86/chapter.sgml index 7846e7b40c..181c94dbf0 100644 --- a/zh_TW.Big5/books/developers-handbook/x86/chapter.sgml +++ b/zh_TW.Big5/books/developers-handbook/x86/chapter.sgml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="Big5" standalone="no"?> +<?xml version="1.0" encoding="big5" standalone="no"?> <!-- The FreeBSD Documentation Project @@ -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" ' |