From 7ca2fbcdc51f9fa038dda46fe9883cb7027406cc Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Fri, 8 Oct 2010 12:12:02 +0100 Subject: [PATCH] add .htaccess for utf-8 html encoding --- .htaccess | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ff00313 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +AddType 'text/html; charset=utf-8' html diff --git a/Makefile b/Makefile index 07dfaa5..29a94de 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -WEBFILES=README.html BUGS.html TODO.html +WEBFILES=README.html BUGS.html TODO.html .htaccess web: $(WEBFILES) -- 2.30.2