Force content-type 'text/plain' for CVS checkouts (needed for .xml files).
authorshort <>
Tue, 28 Oct 2003 19:31:00 +0000 (19:31 +0000)
committershort <>
Tue, 28 Oct 2003 19:31:00 +0000 (19:31 +0000)
project/captive/doc/Macros.pm

index a30562e..a7ba65c 100755 (executable)
@@ -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);
 }