From f174d7023589c8b6e7ca1de0b3fe8c09f8ba0b5a Mon Sep 17 00:00:00 2001 From: Christopher Hall Date: Wed, 22 Dec 2010 14:49:05 +1300 Subject: [PATCH] missing semicolon --- 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 a128678bb8..89583be92a 100755 --- a/installer/html-template-to-template-toolkit.pl +++ b/installer/html-template-to-template-toolkit.pl @@ -166,7 +166,7 @@ foreach my $file (@template_files) { # Write out.. print $OTT $input_tmpl; } - close $ITMPL + close $ITMPL; close $OTT; } -- 2.39.5