Changeset 2652
- Timestamp:
- Apr 4, 2012, 1:45:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/batch/amendements/cut_amdmt.pl
r2649 r2652 39 39 $string =~ s/(\<p class="presente".*)\s*\<br[\/]?\>\s*[\n]?\s*(.*)/\1, \2/g; 40 40 $string =~ s/\<br\>.*\n//g; 41 $string =~ s/ ’/'/g;41 $string =~ s/(’|’)/'/g; 42 42 $string =~ s/œ/oe/g; 43 43 $string =~ s/–/-/g; … … 107 107 $output = 'expose'; 108 108 } 109 $line2 =~ s/"\s*([^"]*)\s*"/« \1 »/g; 109 110 if (!$amdmt{$output}) { $amdmt{$output} = "<p>".$line2."</p>"; } 110 111 else { $amdmt{$output} = $amdmt{$output}."<p>".$line2."</p>"; }
Note: See TracChangeset
for help on using the changeset viewer.