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