summaryrefslogtreecommitdiff
path: root/skins/common/protect.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/protect.js')
-rw-r--r--skins/common/protect.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/common/protect.js b/skins/common/protect.js
index a144e5eb..4baa5e4c 100644
--- a/skins/common/protect.js
+++ b/skins/common/protect.js
@@ -18,6 +18,9 @@ function protectInitialize(tableId, labelText) {
check.onclick = protectChainUpdate;
col2.appendChild(check);
+ var space = document.createTextNode(" ");
+ col2.appendChild(space);
+
var label = document.createElement('label');
label.setAttribute("for", "mwProtectUnchained");
label.appendChild(document.createTextNode(labelText));