diff --git a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl index 3d2217bfd..fb7d343c9 100644 --- a/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/information/helpers/view/view.tpl @@ -60,7 +60,7 @@ html.append($('
  • ').html(file)) }); $('#changedFiles') - .append($('

    ').html(lang+' ('+json[key].length+')')) + .append($('

    ').html(lang+' ('+json[key].length+')')) .append(html); } });