From 964c62293a296a08929d0acd307d2e8f6f415019 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 28 Oct 2003 19:31:00 +0000 Subject: [PATCH] Force content-type 'text/plain' for CVS checkouts (needed for .xml files). --- project/captive/doc/Macros.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/captive/doc/Macros.pm b/project/captive/doc/Macros.pm index a30562e..a7ba65c 100755 --- a/project/captive/doc/Macros.pm +++ b/project/captive/doc/Macros.pm @@ -115,7 +115,7 @@ sub captive_srcfile ($;$) { my($filename,$text)=@_; - a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/captive/'.$filename.'?rev=HEAD', + a_href 'http://cvs.jankratochvil.net/viewcvs/*checkout*/captive/'.$filename.'?rev=HEAD&content-type=text/plain', ($text || $filename); } -- 1.8.3.1