Ignore:
Timestamp:
2005-09-21T14:58:17+12:00 (19 years ago)
Author:
kjdon
Message:

modified the item file metadata regex so that space is allowed (and removed) from the front of the value

File:
1 edited

Legend:

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

    r10606 r10613  
    849849    next unless $line =~ /\w/;
    850850    chomp $line;
    851     if ($line =~ /^<([^>]*)>(.*?)\s*$/) {
     851    if ($line =~ /^<([^>]*)>\s*(.*?)\s*$/) {
    852852        $doc_obj->set_utf8_metadata_element ($topsection, $1, $2);
    853853        #$meta->{$1} = $2;
Note: See TracChangeset for help on using the changeset viewer.