Merging 7.3.21 changes.
This commit is contained in:
parent
1e3c733c93
commit
40a49bc913
4 changed files with 6 additions and 3 deletions
|
|
@ -326,6 +326,8 @@ sub _normalize_items {
|
|||
# IE doesn't recognize '
|
||||
$item->{title} =~ s/'/\'/g;
|
||||
$item->{description} =~ s/'/\'/g;
|
||||
$item->{category} = [$item->{category}]
|
||||
if ref $item->{category} ne 'ARRAY';
|
||||
appendChoppedDescriptionTemplateVars($item);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue