Changeset 3414


Ignore:
Timestamp:
2002-09-03T18:21:24+12:00 (22 years ago)
Author:
jrm21
Message:

Need to escape "_" characters so that greenstone doesn't interprete them...

File:
1 edited

Legend:

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

    r3398 r3414  
    401401    $text =~ s/>/>/g;
    402402    $text =~ s/\"/"/g;
     403
     404    $text =~ s@_@\\_@g; # protect against greenstone macros...
    403405
    404406    # convert email addresses and URIs into links
Note: See TracChangeset for help on using the changeset viewer.