Changeset 11468


Ignore:
Timestamp:
2006-03-22T16:56:34+12:00 (18 years ago)
Author:
mdewsnip
Message:

Ooops... fix to code I just committed to deal with < and > characters.

File:
1 edited

Legend:

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

    r11467 r11468  
    297297
    298298    # Add the full raw record as metadata
     299    $$textref =~ s/</&lt\;/g;
     300    $$textref =~ s/>/&gt\;/g;
    299301    $doc_obj->add_utf8_metadata($section, "ISISRawRecord", $$textref);
    300302
Note: See TracChangeset for help on using the changeset viewer.