From 9c07cb930209c8b909583aa772cc98f308fd6137 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Thu, 17 Oct 2013 18:43:15 +0200 Subject: [PATCH] // fix informations --- .../template/controllers/information/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } });