Skip to content

Commit

Permalink
Merge pull request #368 from php-http/fix-https-regex
Browse files Browse the repository at this point in the history
Update http_message.html.twig
  • Loading branch information
dbu committed Dec 10, 2019
2 parents bc70bbe + c4e2356 commit 0398c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/http_message.html.twig
Expand Up @@ -21,7 +21,7 @@
<tr>
<th>{{ row[0] }}</th>
<td>
{% if value matches '#^http(?s)://#' %}
{% if value matches '#^https?://#' %}
<a href="{{ value }}">{{ value }}</a>
{% else %}
{{ value }}
Expand Down

0 comments on commit 0398c04

Please sign in to comment.