Hi, 

there is misspelling in attribute HTTP-EQUIV, causing browser to badly
select code page when viewing HTML documention with different encoding
then ISO Latin1. Diff is attached.

-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz
--- html-locale.dsl.in.old      Mon Jan 22 00:42:32 2001
+++ html-locale.dsl.in  Wed Jan 31 14:47:58 2001
@@ -103,7 +103,7 @@
              (element-title-sosofo component))))))
 
 (define %html-header-tags%
-  '(("META" ("HTTP_EQUIV" "Content-type") ("CONTENT" "text/html; 
charset=@ENCODING@"))))
+  '(("META" ("HTTP-EQUIV" "Content-type") ("CONTENT" "text/html; 
+charset=@ENCODING@"))))
 
 
 

Reply via email to