@@ -29,7 +29,7 @@ |
||
| 29 | 29 | |
| 30 | 30 | // In the case of tel URLs, we convert the syntax to use double |
| 31 | 31 | // slashes to make them parsable. |
| 32 | - if(strstr($url, 'tel:') !== false && strstr($url, 'tel://') === false) { |
|
| 32 | + if (strstr($url, 'tel:') !== false && strstr($url, 'tel://') === false) { |
|
| 33 | 33 | $url = str_replace('tel:', 'tel://', $url); |
| 34 | 34 | } |
| 35 | 35 | |