Skip to content

Commit

Permalink
Perl 5.14 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollie committed Nov 3, 2011
1 parent 336e58e commit fc29400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/header.mhtml
Expand Up @@ -53,7 +53,7 @@ $ui->get_allowed_objects($r, $user) if $user;
% }
</head>
% my $js_prefix = $r->dir_config('NetdotPath') . "java_script";
% for my $script qw( dynamic_list select jsrsClient toggle datechooser ) {
% for my $script (qw/dynamic_list select jsrsClient toggle datechooser/) {
<script language="JavaScript" src="<% $js_prefix %>/<% $script %>.js"></script>
% }
<body<% $onload %>>
Expand Down

0 comments on commit fc29400

Please sign in to comment.