// fix informations

This commit is contained in:
Kevin Granger
2013-10-17 18:43:15 +02:00
parent d933466d04
commit 9c07cb9302
@@ -60,7 +60,7 @@
html.append($('<li>').html(file))
});
$('#changedFiles')
.append($('<h3>').html(lang+' ('+json[key].length+')'))
.append($('<h4>').html(lang+' ('+json[key].length+')'))
.append(html);
}
});