How to stop iPad/Safari from treating certain numbers as 'phone numbers'?
Solution 1:
In the <head>
of your web pages, add:
<meta name="format-detection" content="telephone=no" />
There's lots more where this came from at Apple URL Scheme Reference: Phone Links.