Changeset 1081


Ignore:
Timestamp:
2000-04-10T10:22:31+12:00 (24 years ago)
Author:
gwp
Message:

Reformat image processing regex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/translate.pl

    r1062 r1081  
    137137    # process all the images
    138138
    139     $dmfile =~ s/\n\#\#\s*\"([^\"]*)\"\s*\#\#\s*([^\s\#]*)\s*\#\#\s*([^\s\#]*)\s*\#\#(.*?)(?=(\n\#|\s*\Z))/
    140     &process_image ($1, $2, $3, $4)/esg;
     139    $dmfile =~ s/\n\#\#\s*\"([^\"]*)\"\s*\#\#\s*([^\s\#]*)\s*\#\#\s*([^\s\#]*)\s*\#\#(.*?)(?=(\n\#|\s*\Z))/&process_image ($1, $2, $3, $4)/esg;
    141140
    142141    # add language parameter to each macro
Note: See TracChangeset for help on using the changeset viewer.