Changeset 11538 for trunk


Ignore:
Timestamp:
2006-03-29T17:37:19+12:00 (18 years ago)
Author:
cvs_anon
Message:

make HTMLPlug recognize the @ character in file extensions

File:
1 edited

Legend:

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

    r11286 r11538  
    146146   
    147147    # the last option is an attempt to encode the concept of an html query ...
    148     return q^(?i)(\.html?|\.shtml|\.shm|\.asp|\.php\d?|\.cgi|.+\?.+=.*)$^;
     148    return q^(?i)(\.html?|\.shtml|\.shm|\.asp|\.php\d?|\.cgi|.+[\?\@].+=.*)$^;
    149149}
    150150
Note: See TracChangeset for help on using the changeset viewer.