Ignore:
Timestamp:
2002-06-25T21:07:30+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/protemix/rename.pl

    r3168 r3182  
    9191    $noncss =~ s/\\\n/\n/sg;
    9292
     93    # Occurances of 2HCl (lowercase el) were mistakenly changed to 2HC1
     94    # (digit one) during OCR in some cases so we'll change them back
     95    $noncss =~ s/2HC1/2HCl/g;
     96
    9397    # alter <img> tags to support renamed files
    9498    $noncss =~ s/(<img src=\")([^\"]+)/$1 . &rename_file($2)/sige;
Note: See TracChangeset for help on using the changeset viewer.