We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc70bbe + c4e2356 commit 0398c04Copy full SHA for 0398c04
src/Resources/views/http_message.html.twig
@@ -21,7 +21,7 @@
21
<tr>
22
<th>{{ row[0] }}</th>
23
<td>
24
- {% if value matches '#^http(?s)://#' %}
+ {% if value matches '#^https?://#' %}
25
<a href="{{ value }}">{{ value }}</a>
26
{% else %}
27
{{ value }}
0 commit comments