mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-08-13 16:08:08 +00:00
Merge pull request #828 from andrewnimmo/patch-1
Avoid Safari telephone number detection
This commit is contained in:
@@ -16,6 +16,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- Tell the browser to be responsive to screen width -->
|
<!-- Tell the browser to be responsive to screen width -->
|
||||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||||||
|
<!-- Tell Safari to not recognise telephone numbers -->
|
||||||
|
<meta name="format-detection" content="telephone=no">
|
||||||
{% assets "css_main" -%}
|
{% assets "css_main" -%}
|
||||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||||
{%- endassets %}
|
{%- endassets %}
|
||||||
|
Reference in New Issue
Block a user