Changeset 12391


Ignore:
Timestamp:
2006-08-03T14:55:40+12:00 (18 years ago)
Author:
mdewsnip
Message:

Now ignores all-bold lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/perllib/plugins/CICWordPlug.pm

    r12203 r12391  
    9595    }
    9696    elsif ($in_record == 1) {
     97        # Ignore lines completely in bold
     98        next if ($line =~ /^<b>(.*)<\/b>$/);
     99
    97100        my $line_sans_tags = $line;
    98101        $line_sans_tags =~ s/<.*?>//g;
Note: See TracChangeset for help on using the changeset viewer.