fixed script, now handles URL replacement properly
This commit is contained in:
parent
c78f976fc4
commit
2abc7f3313
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ foreach my $file (@template_files) {
|
|||
# misc 'patches'
|
||||
$input_tmpl =~ s/\seq\s/ == /ig;
|
||||
$input_tmpl =~ s/HTML/html/ig;
|
||||
$input_tmpl =~ s/URL/url/ig;
|
||||
$input_tmpl =~ s/URL/url/g;
|
||||
$input_tmpl =~ s/\w*\.__first__/loop.first/ig;
|
||||
$input_tmpl =~ s/\w*\.__last__/loop.last/ig;
|
||||
$input_tmpl =~ s/\w*\.__odd__/loop.odd/ig;
|
||||
|
|
Loading…
Reference in a new issue