<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- lib/HTML/Mason/ApacheHandler.pm.orig	2007-08-08 09:33:25.000000000 +0200
+++ lib/HTML/Mason/ApacheHandler.pm	2007-08-06 15:54:51.000000000 +0200
@@ -951,7 +951,7 @@
     my $is_dir = -d $r-&gt;filename;
 
     if ($is_dir &amp;&amp; !$self-&gt;decline_dirs) {
-        $r-&gt;content_type('');
+        $r-&gt;content_type(undef);
     }
     return $is_dir ? 'dir' : -f _ ? 'file' : 'other';
 }
</pre></body></html>