Skip to content

Commit b2f8fc9

Browse files
committed
remove extra curly brace
1 parent 9f05a6f commit b2f8fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/listings/publications/tr_card.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% endblock translations %}
4040
{% block crs %}
4141
{% if spec.crd %}
42-
{% set cr = spec.specification.lastSpecVersionOfType('CR') %} %}
42+
{% set cr = spec.specification.lastSpecVersionOfType('CR') %}
4343
{% if cr %}
4444
<div>
4545
<dt>Latest Candidate Recommendation Snapshot</dt>

0 commit comments

Comments
 (0)