case insensative image filenames

master
joey 2006-03-28 20:44:08 +00:00
parent 9645f0ccbc
commit c72af182d8
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ sub bestlink ($$) { #{{{
sub isinlinableimage ($) { #{{{
my $file=shift;
$file=~/\.(png|gif|jpg|jpeg)$/;
$file=~/\.(png|gif|jpg|jpeg)$/i;
} #}}}
sub pagetitle ($) { #{{{