From 5ef7b8adb8b3c9436c1b353d59dd79dbe0c65606 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 21 Jan 2011 23:56:15 +0700 Subject: Added spaces around radio buttons. --- install/ui/rule.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'install/ui/rule.js') 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(' '); + } $('', { 'name': 'undo', -- cgit