Changeset 20576


Ignore:
Timestamp:
2009-09-10T10:47:48+12:00 (15 years ago)
Author:
davidb
Message:

Links can now also be to Microsofts's Multimedia Streaming protocol MMS.

File:
1 edited

Legend:

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

    r19983 r20576  
    11701170    }
    11711171
    1172     if ($before_hash =~ s@^((?:http|ftp|file)://)@@i) {
     1172    if ($before_hash =~ s@^((?:http|https|ftp|file|mms)://)@@i) {
    11731173    my $type = $1;
    11741174
Note: See TracChangeset for help on using the changeset viewer.