diff --git a/components/select/index.jsx b/components/select/index.jsx
index 639179abcc..2d9fcad792 100644
--- a/components/select/index.jsx
+++ b/components/select/index.jsx
@@ -18,7 +18,7 @@ var AntSelect = React.createClass({
sizeClass = 'ant-select-sm';
}
return (
-
+
);
}
});