Ignore:
Timestamp:
2013-08-20T18:01:31+12:00 (11 years ago)
Author:
ak19
Message:

Report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/diffcol.pl

    r28086 r28102  
    902902            $strOutput = substr( $strOutput, 0, 978);
    903903
    904         # make sure there are no stray ampersands/partial ampersands that need to be completed as < or >
    905         if($strOutput =~ m/&(.{1,2})?$/ || $strOutput =~ m/&amp$/) { # &lt => < or &g => > or &a(m)=> & or &amp => &
     904        # make sure there are no stray ampersands/partial ampersands that need to be completed as < or > or &
     905        if($strOutput =~ m/&(.{1,2})?$/ || $strOutput =~ m/&(am?p?)$/) { # &lt => < or &g => > or &a(m)=> & or &amp => &
    906906        if(defined $1 && $1) {
    907907            my $rest = $1;
Note: See TracChangeset for help on using the changeset viewer.