Skip to content

Commit c4e2356

Browse files
committed
Update http_message.html.twig
1 parent bc70bbe commit c4e2356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/http_message.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<tr>
2222
<th>{{ row[0] }}</th>
2323
<td>
24-
{% if value matches '#^http(?s)://#' %}
24+
{% if value matches '#^https?://#' %}
2525
<a href="{{ value }}">{{ value }}</a>
2626
{% else %}
2727
{{ value }}

0 commit comments

Comments
 (0)