Ignore:
Timestamp:
2007-07-25T13:37:52+12:00 (17 years ago)
Author:
oranfry
Message:

merged selected changes to the gsdl trunk since r14217 into the 2.74 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/branches/gsdl-2.74/perllib/plugins/HTMLPlug.pm

    r14089 r14270  
    11871187
    11881188    foreach my $field (split /,/, $self->{'metadata_fields'}) {
     1189        $field =~ s/^\s+//; # remove leading whitespace
     1190        $field =~ s/\s+$//; # remove trailing whitespace
     1191
    11891192    # support tag<tagname>
    11901193    if ($field =~ /^(.*?)<(.*?)>$/) {
Note: See TracChangeset for help on using the changeset viewer.