diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 25dbb6fd..3cfa40a2 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -81,7 +81,7 @@ {% for format in entry.data %} {% if format.format|lower in audioentries %} -
  • {{format.format}}
  • +
  • {{format.format|lower }}
  • {% endif %} {% endfor %}