[Bps-public-commit] r15269 - in Prophet/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Wed Aug 20 04:03:43 EDT 2008


Author: sartak
Date: Wed Aug 20 04:03:43 2008
New Revision: 15269

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Server.pm

Log:
 r69832 at onn:  sartak | 2008-08-20 04:03:35 -0400
 Give prophet the mime type of application/x-prophet


Modified: Prophet/trunk/lib/Prophet/Server.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server.pm	(original)
+++ Prophet/trunk/lib/Prophet/Server.pm	Wed Aug 20 04:03:43 2008
@@ -60,7 +60,7 @@
        my $content = $self->handle->read_file($repo_file);
        return unless length($content);
        return $self->_send_content(
-            content_type => 'application/prophet-needs-a-better-type',
+            content_type => 'application/x-prophet',
             content      => $content
         );
 



More information about the Bps-public-commit mailing list