summaryrefslogtreecommitdiffstats
path: root/install/ui/rule.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-21 23:56:15 +0700
committerAdam Young <ayoung@redhat.com>2011-01-24 13:32:50 -0500
commit5ef7b8adb8b3c9436c1b353d59dd79dbe0c65606 (patch)
treefa67182fe34459ae9d5ac5b97e72d085bc762ac2 /install/ui/rule.js
parent0637bff95f240b745bfa9a862c2ed15f79a1e17e (diff)
downloadfreeipa-5ef7b8adb8b3c9436c1b353d59dd79dbe0c65606.tar.gz
freeipa-5ef7b8adb8b3c9436c1b353d59dd79dbe0c65606.tar.xz
freeipa-5ef7b8adb8b3c9436c1b353d59dd79dbe0c65606.zip
Added spaces around radio buttons.
Diffstat (limited to 'install/ui/rule.js')
-rw-r--r--install/ui/rule.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/rule.js b/install/ui/rule.js
index f625f8535..a6e11f2c2 100644
--- a/install/ui/rule.js
+++ b/install/ui/rule.js
@@ -57,10 +57,12 @@ IPA.rule_details_section = function (spec){
'value': option.value
}).appendTo(span);
+ span.append(' ');
+
span.append(option.label);
- }
- span.append(' ');
+ span.append(' ');
+ }
$('<span/>', {
'name': 'undo',