09-11-2018, 02:49 PM
(This post was last modified: 09-11-2018, 02:58 PM by Jose Nilton Pace.)
Hi Magnus, see this link to Phone number format recognition.
You can get rid of it by adding this meta tag in the header of your pages.
If you don't want to disable for an entire page, you can add the following attribute to a specific tag.
You can get rid of it by adding this meta tag in the header of your pages.
Code:
<meta name="format-detection" content="telephone=no">If you don't want to disable for an entire page, you can add the following attribute to a specific tag.
Code:
<p x-ms-format-detection="none">
