[Lxr-commits] CVS: lxr .htaccess,1.4,1.5
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2004-04-21 23:10:09
|
Update of /cvsroot/lxr/lxr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5195 Modified Files: .htaccess Log Message: Force the type of the output to html to cope with occasional reports that the output is served as text/plain, causing standards compliant browsers (Netscape, Mozilla etc) to display the markup Fixes bug 749886 IE views ok, Netscape gets html code seen Index: .htaccess =================================================================== RCS file: /cvsroot/lxr/lxr/.htaccess,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- .htaccess 28 Nov 2001 13:04:51 -0000 1.4 +++ .htaccess 21 Apr 2004 23:09:19 -0000 1.5 @@ -14,4 +14,5 @@ SetHandler perl-script PerlHandler Apache::Registry PerlSetEnv PERL5LIB lib +ForceType text/html </Files> |