diff --git a/templates/personindex.html b/templates/personindex.html
index 21fe262..6d39306 100644
--- a/templates/personindex.html
+++ b/templates/personindex.html
@@ -5,7 +5,7 @@
 
 {% block content %}
 {% for person in persons %}
-    <div class="personblock"><a href="/person/{{person.id}}">{{person}}</a>
+    <div class="personblock"><a href="/person/{{person.id}}">{{person|wiki_to_html_short}}</a>
     <ul>
     {% for personexpedition in person.personexpedition_set.all %}
         <li>