Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 29, 2023
1 parent 42b967d commit ed1ea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Templates/default/reference.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{% if reference.url %}
{% if reference.url matches '/^https?:\\/\\//' %}
{% set ref_url = reference.url %}
{% else %}
{% else %}
{% set ref_url = 'https://' ~ reference.url %}
{% endif %}
<a href="{{ ref_url }}" target="_blank">{{ reference.name }}</a>
Expand Down

0 comments on commit ed1ea20

Please sign in to comment.