fix syntax error
This commit is contained in:
parent
c192f5fe5b
commit
5037b16dbe
1 changed files with 2 additions and 2 deletions
|
|
@ -204,8 +204,8 @@ sub view {
|
|||
#trim locations of whitespace
|
||||
my @locs = ();
|
||||
for (my $i = 0; $i < scalar(@array); $i++) {
|
||||
$array[$i] = $self->_trim($array[$i]);\
|
||||
push (@locs, $self->_getLocationData($array[$i]));
|
||||
$array[$i] = $self->_trim($array[$i]);
|
||||
push(@locs, $self->_getLocationData($array[$i]));
|
||||
}
|
||||
$var->{'ourLocations.loop'} = \@locs;
|
||||
return $self->processTemplate($var, $self->get("templateId"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue