diff options
| -rw-r--r-- | httemplate/elements/init_overlib.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) {    <SCRIPT TYPE="text/javascript" SRC="<%$fsurl%>elements/<%$file%>.js"></SCRIPT> -} +%}  <%init>    my @files = map "overlibmws$_", ( '', qw( _iframe _draggable _crossframe ) );    push @files, 'iframecontentmws'; | 
