Module: tools Branch: master Commit: 41a76baae7a158ad0344621354a731320b0c698d URL: http://source.winehq.org/git/tools.git/?a=commit;h=41a76baae7a158ad034462135...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Nov 25 13:13:24 2013 +0100
winehq_snapshot: Send charset in HTTP headers to avoid page reloads on some IEs.
This should fix htmldoc.c tests on some IEs.
---
winetest/tests/winehq_snapshot/.htaccess | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/winetest/tests/winehq_snapshot/.htaccess b/winetest/tests/winehq_snapshot/.htaccess index 44894fd..e7bb8f4 100644 --- a/winetest/tests/winehq_snapshot/.htaccess +++ b/winetest/tests/winehq_snapshot/.htaccess @@ -7,3 +7,4 @@ Header set Pragma "no-cache" Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" </ifModule> </FilesMatch> +AddCharset UTF-8 .html