diff --git a/opentech/apply/review/templates/review/includes/review_opinions_list.html b/opentech/apply/review/templates/review/includes/review_opinions_list.html
index 60078d119e7a753add78204af126089e762d5928..1e35da7ed02e929417d8f4218a9f70a557d44870 100644
--- a/opentech/apply/review/templates/review/includes/review_opinions_list.html
+++ b/opentech/apply/review/templates/review/includes/review_opinions_list.html
@@ -3,8 +3,9 @@
 <ul>
 {% for opinion in opinions %}
     <li>
+        {{ opinion.author }}
         {% if opinion.get_author_role %}{% image opinion.get_author_role.icon max-12x12 %}{% endif %}
-        {{ opinion.author }} {{ opinion.get_opinion_display }}s
+        {{ opinion.get_opinion_display }}s
     </li>
 {% endfor %}
 </ul>
\ No newline at end of file