/vagrant/mediawiki(branch:master) ยป ag "lement\( ['\"]select" includes/Xml.php 560: return Xml::openElement( 'select', $attribs ) 564: . Xml::closeElement( 'select' ); includes/Licenses.php 187: return Html::rawElement( 'select', $attribs, $this->html ); includes/Html.php 938: $ret .= self::openElement( 'select', $selectAttribs ) 942: . self::closeElement( 'select' ); includes/specials/SpecialImport.php 424: Xml::closeElement( 'select' ) 448: Xml::closeElement( 'select' ) includes/specials/SpecialEditTags.php 352: $result[1] = Xml::openElement( 'select', array( 365: $result[1] .= Xml::closeElement( 'select' );