[TASK] Add space between label and connection count

This commit is contained in:
Moritz Warning 2017-09-02 23:01:42 +02:00
parent 375627ab00
commit c24cf3cfb5
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'],
if (d.neighbours.length > 0) {
var h3 = document.createElement('h3');
h3.textContent = _.t('node.link', d.neighbours.length) + '(' + d.neighbours.length + ')';
h3.textContent = _.t('node.link', d.neighbours.length) + ' (' + d.neighbours.length + ')';
el.appendChild(h3);
var headings = [{