Add whitespace for section edit buttons
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
a.href = '?edit§ion=' + (i + 1);
|
||||
a.className = 'btn btn-small';
|
||||
a.textContent = 'edit';
|
||||
h.appendChild(document.createTextNode(' '))
|
||||
h.appendChild(a);
|
||||
});
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user