From 2abc7f331311e41d46e48d7aff5e67cd4e2e7110 Mon Sep 17 00:00:00 2001 From: Christopher Hall Date: Wed, 2 Feb 2011 11:57:25 +1300 Subject: [PATCH] fixed script, now handles URL replacement properly --- installer/html-template-to-template-toolkit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/html-template-to-template-toolkit.pl b/installer/html-template-to-template-toolkit.pl index b80a443bb1..5f1c245715 100755 --- a/installer/html-template-to-template-toolkit.pl +++ b/installer/html-template-to-template-toolkit.pl @@ -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; -- 2.20.1