rev 1892 - trunk/buscador/lib/Buscador

[prev] [thread] [next] [lurker] [Date index for 2005/02/16]

From: simon
Subject: rev 1892 - trunk/buscador/lib/Buscador
Date: 07:03 on 16 Feb 2005
Author: simon
Date: 2005-02-16 07:03:45 +0000 (Wed, 16 Feb 2005)
New Revision: 1892

Modified:
   trunk/buscador/lib/Buscador/Thread.pm
Log:
Attempting to be too smart breaks IE


Modified: trunk/buscador/lib/Buscador/Thread.pm
===================================================================
--- trunk/buscador/lib/Buscador/Thread.pm	2005-02-15 16:25:17 UTC (rev 1891)
+++ trunk/buscador/lib/Buscador/Thread.pm	2005-02-16 07:03:45 UTC (rev 1892)
@@ -88,7 +88,7 @@
     my $svg = $arc->selected_message( undef )->render( $root);
 
     
-    $r->{content_type} = (Apache->request->headers_in->get('Accept') =~ m!svg+xml!) ? 'image/svg+xml' : 'text/xml';
+    $r->{content_type} = 'image/svg+xml';
     $r->{output}       = $svg->xmlify;
 }
 

Generated at 08:00 on 16 Feb 2005 by mariachi 0.52