Ignore:
Timestamp:
2009-04-23T10:04:06+12:00 (15 years ago)
Author:
kjdon
Message:

double && seemed to cause trouble for diego

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/docprint.pm

    r17747 r19214  
    7373    my ($text) = @_;
    7474    # special characters in the xml encoding
     75    $text =~ s/&&/& &/g;
    7576    $text =~ s/&/&/g; # this has to be first...
    7677    $text =~ s/</&lt;/g;
Note: See TracChangeset for help on using the changeset viewer.