Skip to content

Commit f81cf61

Browse files
fix: add meta tag to indicate not to turn phone-number-looking-strings into phone numbers (#2212)
Co-authored-by: Stephen McMurtry <smcmurtry@gmail.com>
1 parent 243df3e commit f81cf61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/templates/main_template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
><!--<![endif]-->
88
<head>
99
<meta charset="utf-8"/>
10+
<meta name="format-detection" content="telephone=no"/>
1011
<title>{% block page_title %}Notification{% endblock %}</title>
1112
{% include 'partials/newrelic-head.html' %}
1213
{% include 'partials/google-tag-manager-head.html' %}

0 commit comments

Comments
 (0)