Ignore:
Timestamp:
2002-11-18T14:42:03+13:00 (21 years ago)
Author:
kjdon
Message:

added jpe to the process and block expressions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/HTMLPlug.pm

    r3369 r3539  
    100100             q^w3mir^, \$self->{'w3mir'},
    101101             q^file_is_url^, \$self->{'file_is_url'},
    102              q^assoc_files/.*/(?i)\.(jpe?g|gif|png|css)$^, \$self->{'assoc_files'},
     102             q^assoc_files/.*/(?i)\.(jpe?g|jpe|gif|png|css)$^, \$self->{'assoc_files'},
    103103             q^rename_assoc_files^, \$self->{'rename_assoc_files'},
    104104             q^title_sub/.*/^, \$self->{'title_sub'},
     
    127127    my $self = shift (@_);
    128128
    129     return q^(?i)\.(gif|jpe?g|png|css)$^;
     129    return q^(?i)\.(gif|jpe?g|jpe|png|css)$^;
    130130}
    131131
Note: See TracChangeset for help on using the changeset viewer.