diff --git a/index.html b/index.html
index f074d89a..53b88187 100644
--- a/index.html
+++ b/index.html
@@ -521,7 +521,7 @@
}
function search(value) {
- value = value.toLowerCase();
+ value = value.toLowerCase().trim();
icons.forEach(function(e, i) {
if (e.indexOf(value) > -1) {