coupons
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 18 Jun 2014 15:46:30 +0000 (11:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 18 Jun 2014 15:46:30 +0000 (11:46 -0400)
add space before Select this coupon

Toolkit/Coupons/MemberCoupon.php
Toolkit/Coupons/WebCoupon.php

index 3c01314..ad0bbf0 100644 (file)
@@ -65,7 +65,7 @@ class Toolkit_Coupons_MemberCoupon extends Toolkit_Coupons_WebCoupon
                $out .=         '<div class="oldBackground">';
                $out .=                 '<label class="changeParent">';
                $out .=                         $chkBox;
-               $out .=                         'Select this coupon';
+               $out .=                         '&nbsp;Select this coupon';
                $out .=                 '</label>';
                $out .=         '</div>';
                $out .=         '<strong>';
index 22a7945..7f370eb 100644 (file)
@@ -185,7 +185,7 @@ class Toolkit_Coupons_WebCoupon extends Toolkit_Coupons_Coupon
         $out .=        '<div class="oldBackground">';
         $out .=            '<label class="changeParent">';
         $out .=                $chkBox;
-        $out .=                'Select this coupon';
+        $out .=                '&nbsp;Select this coupon';
         $out .=            '</label>';
         $out .=        '</div>';
         $out .=        '<strong>';