From e622ae56f8617264a31943ca0bd005908fd8aca6 Mon Sep 17 00:00:00 2001 From: rsiddall Date: Tue, 1 Apr 2008 15:55:12 +0000 Subject: [PATCH] Missing % causes closing brace to be omitted from Perl compilation. --- httemplate/elements/init_overlib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/init_overlib.html b/httemplate/elements/init_overlib.html index 0ea74aa95..fc77c9543 100644 --- a/httemplate/elements/init_overlib.html +++ b/httemplate/elements/init_overlib.html @@ -1,6 +1,6 @@ % for my $file (@files) { -} +%} <%init> my @files = map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) ); push @files, 'iframecontentmws'; -- 2.20.1