Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/99691
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms
refs/changes/91/99691/1
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: newchange
Gerrit-Change-Id: I34f75a7cc82d91731deb8727cf3c7306abec6c4e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits