Foxtrott has submitted this change and it was merged.

Change subject: Change div to span in SF_ComboBoxInput.php
......................................................................


Change div to span in SF_ComboBoxInput.php

Bug: 32678
Change-Id: I08531e2ea5214196468a39b05c4deb27152bf0a2
---
M includes/forminputs/SF_ComboBoxInput.php
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/includes/forminputs/SF_ComboBoxInput.php 
b/includes/forminputs/SF_ComboBoxInput.php
index a0bbb24..c0bb9a2 100644
--- a/includes/forminputs/SF_ComboBoxInput.php
+++ b/includes/forminputs/SF_ComboBoxInput.php
@@ -84,11 +84,11 @@
                }
                $selectText = Html::rawElement( 'select', $selectAttrs, 
$optionsText );
 
-               $divClass = 'ui-widget';
+               $spanClass = 'ui-widget';
                if ( $is_mandatory ) {
-                       $divClass .= ' mandatory';
+                       $spanClass .= ' mandatory';
                }
-               $text = Html::rawElement( 'div', array( 'class' => $divClass ), 
$selectText );
+               $text = Html::rawElement( 'span', array( 'class' => $spanClass 
), $selectText );
                return $text;
        }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I08531e2ea5214196468a39b05c4deb27152bf0a2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Pawanseerwani <pawanseerwani+bugzi...@gmail.com>
Gerrit-Reviewer: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to