CVSROOT: /web/grep Module name: grep Changes by: Paul Eggert <eggert> 25/03/14 12:47:49
Index: .htaccess =================================================================== RCS file: .htaccess diff -N .htaccess --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ .htaccess 14 Mar 2025 16:47:47 -0000 1.1 @@ -0,0 +1,4 @@ +<Files ".txt"> + AddDefaultCharset utf-8 + ForceType text/plain +</Files>
