diff --git a/templates/libraries/detail.html b/templates/libraries/detail.html index fe60f240..45a22b9a 100644 --- a/templates/libraries/detail.html +++ b/templates/libraries/detail.html @@ -5,7 +5,7 @@ {% block content %}
- Libraries > Specific > Boost.JSON + Libraries > Specific > Boost.JSON
@@ -37,7 +37,7 @@

Categories

{% for c in object.categories.all %} - {{ c.name }}{% if not forloop.last %}, {% endif %} + {{ c.name }}{% if not forloop.last %}, {% endif %} {% endfor %}