Skip to content

Commit b36e272

Browse files
committed
Fix comma separator in exception type display
1 parent 6f8d0b3 commit b36e272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/templates/releasedashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
{% break %}
8686
{%- endif -%}
8787
<code>{{ type }}</code>
88-
{%- if not loop.first %}, {% endif -%}
88+
{%- if not loop.last %}, {% endif -%}
8989
{%- endfor -%}
9090
)
9191
</span>

0 commit comments

Comments
 (0)