Merging 7.3.21 changes.

This commit is contained in:
Graham Knop 2007-07-18 20:05:19 +00:00
parent 1e3c733c93
commit 40a49bc913
4 changed files with 6 additions and 3 deletions

View file

@ -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);
}
}