Fix: Accept case-insensitive Last-modified pseudo header.
[usenet/yapfaq.git] / yapfaq.pl
index a868d6f..b89be9a 100644 (file)
--- a/yapfaq.pl
+++ b/yapfaq.pl
@@ -161,7 +161,7 @@ sub postfaq {
     s/\r//;
     push (@Body, $_), next if $InRealBody;
     $InRealBody++ if /^$/;
     s/\r//;
     push (@Body, $_), next if $InRealBody;
     $InRealBody++ if /^$/;
-    $LastModified = $1 if /^Last-modified: (\S+)$/;
+    $LastModified = $1 if /^Last-modified: (\S+)$/i;
     push @Body, $_;
   }
   close FH;
     push @Body, $_;
   }
   close FH;
This page took 0.010437 seconds and 4 git commands to generate.