diff --git a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl index c5be8b1b0..e79df643a 100644 --- a/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/search/helpers/view/view.tpl @@ -54,10 +54,8 @@ $(function() { {foreach $features key=key item=feature} {foreach $feature key=k item=val name=feature_list}
| {$category} | |||
| {$addon.title|escape:'htmlall':'UTF-8'} | -{$addon.description|escape:'htmlall':'UTF-8'} | +{$addon.title|escape:'htmlall':'UTF-8'} | +{$addon.description|truncate:256:'...'|escape:'htmlall':'UTF-8'} |