diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 50712bbf8..dcb5ee104 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1227,7 +1227,7 @@ $(document).ready(function() { } else { echo "\""; } - echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '').">"; + echo "".((!$norequire && $attrdef->getMinValues() > 0) ? ' required' : '')." class=\"chzn-select\">"; if(!$attrdef->getMultipleValues()) { echo ""; }