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.
1 parent bc70bbe commit 4a41de7Copy full SHA for 4a41de7
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 '#^http(s?)://#' %}
25
<a href="{{ value }}">{{ value }}</a>
26
{% else %}
27
{{ value }}
0 commit comments