diff --git a/profiles/templates/profiles/_profile_card.html b/profiles/templates/profiles/_profile_card.html
index 4b241701fdbe8804980508d255d19d8de1570ba8..5dc9f819c7a659a0c139ac8ecfb1809bb99e5f0d 100644
--- a/profiles/templates/profiles/_profile_card.html
+++ b/profiles/templates/profiles/_profile_card.html
@@ -136,7 +136,7 @@
       <h5>Fellowships</h5>
       <ul>
 	{% for fellowship in profile.contributor.fellowships.all %}
-	<li><a href="fellowship.get_absolute_url">{{ fellowship }}</li>
+	<li><a href="fellowship.get_absolute_url">{{ fellowship }}</a></li>
 	{% empty %}
 	<li>No fellowships found</li>
 	{% endfor %}