diff --git a/aleksis/core/templates/components/materialize-chips.html b/aleksis/core/templates/components/materialize-chips.html
index 29c0a4dbce050d0f1e824261325f54043defcdda..e8a37bbb456dd47eb1231ecbc7ec541a7944be74 100644
--- a/aleksis/core/templates/components/materialize-chips.html
+++ b/aleksis/core/templates/components/materialize-chips.html
@@ -4,6 +4,6 @@
   {% endif %}
   {{ content }}
   {% if close %}
-    <i class="close material-icons">close</i>
+    <i class="close material-icons"></i>
   {% endif %}
 </div>