Skip to content

Commit 1736860

Browse files
committed
fixed typo
1 parent 6fd6fd6 commit 1736860

File tree

1 file changed

+1
-1
lines changed
  • application/templates/components/entity-value

1 file changed

+1
-1
lines changed

application/templates/components/entity-value/macro.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{%- endif %}
8383
{%- elif field == "twitter" %}
8484
<a class ="govuk-link" href="https://twitter.com/{{ value }}">@{{ value }}</a>
85-
{%- elif field in ["website","opendatacommunities"] or field.endswith("-url") or field.endswith("-uri")] %}
85+
{%- elif field in ["website","opendatacommunities"] or field.endswith("-url") or field.endswith("-uri") %}
8686
<a class ="govuk-link" href="{{ value }}">{{ value }}</a>
8787
{%- elif field in ["wikipedia"] %}
8888
<a class ="govuk-link" href="{{ 'https://en.wikipedia.org/wiki/' + value }}">{{ value }}</a>

0 commit comments

Comments
 (0)