jenkins-bot has submitted this change and it was merged.

Change subject: Changed space separating label and checkbox to an nbsp
......................................................................


Changed space separating label and checkbox to an nbsp

Change-Id: I34f75a7cc82d91731deb8727cf3c7306abec6c4e
---
M includes/forminputs/SF_CheckboxesInput.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yaron Koren: Checked; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/forminputs/SF_CheckboxesInput.php 
b/includes/forminputs/SF_CheckboxesInput.php
index 98b5eeb..09cd340 100644
--- a/includes/forminputs/SF_CheckboxesInput.php
+++ b/includes/forminputs/SF_CheckboxesInput.php
@@ -78,7 +78,7 @@
                        // purposes as well as to clarify this element.
                        $text .= "\t" . Html::rawElement( 'label',
                                array( 'class' => $labelClass ),
-                               $checkbox_input . ' ' . $label
+                               $checkbox_input . ' ' . $label
                        ) . "\n";
                        $sfgTabIndex++;
                        $sfgFieldNum++;

-- 
To view, visit https://gerrit.wikimedia.org/r/99691
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I34f75a7cc82d91731deb8727cf3c7306abec6c4e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
Gerrit-Reviewer: Yaron Koren <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to