From: Christophe Rhodes Date: Fri, 8 Oct 2010 11:12:02 +0000 (+0100) Subject: add .htaccess for utf-8 html encoding X-Git-Url: http://christophe.rhodes.io/gitweb/?p=swankr.git;a=commitdiff_plain;h=7ca2fbcdc51f9fa038dda46fe9883cb7027406cc add .htaccess for utf-8 html encoding --- 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)