[-] MO : #PSCFV-2858 - Fix bugs with non latin chars. Htmlentities was not usefull

This commit is contained in:
mDeflotte
2012-06-18 13:01:42 +00:00
parent ca70abdc10
commit acab541ddf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ function reloadContent(params_plus)
cache: false, // @todo see a way to use cache and to add a timestamps parameter to refresh cache each 10 minutes for example
success: function(result)
{
$('#layered_block_left').replaceWith(result.filtersBlock);
$('#layered_block_left').replaceWith(utf8_decode(result.filtersBlock));
$('.category-product-count').html(result.categoryCount);