Changeset 3590


Ignore:
Timestamp:
2002-11-29T17:38:16+13:00 (21 years ago)
Author:
jrm21
Message:

modified the split regular expression so it works with newer versions of
wvWare.

File:
1 edited

Legend:

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

    r3540 r3590  
    119119
    120120    # This might be specific to the version of pdftohtml in <=  gsdl-2.38
    121     my @sections = split('<p><a name=\d+>', $$textref);
     121    my @sections = split('<a name=\d+>', $$textref);
    122122
    123123    shift @sections; # don't need HTML header, etc
Note: See TracChangeset for help on using the changeset viewer.