You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bot/templates/inline_article.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,9 @@
108
108
{% endif -%}{% if 'ref' in data.tag or 'lanes' in data.tag or 'maxspeed' in data.tag or 'access' in data.tag or 'foot' in data.tag or 'horse' in data.tag or 'bicycle' in data.tag or 'motor_vehicle' in data.tag or 'motorcycle' in data.tag or 'motorcar' in data.tag or 'hgv' in data.tag or 'agricultural' in data.tag or 'bus' in data.tag or 'taxi' in data.tag or 'emergency' in data.tag %}
109
109
{% endif -%}
110
110
{% if 'phone' in data.tag -%}
111
-
{% if is_rtl -%}{{'\U0000200F'}}{% endif -%}{{'\U0001F4DE'}} {% if is_rtl -%}{{'\U0000200E'}}{% endif -%}{{data.tag['phone']}}
111
+
{% if is_rtl -%}{{'\U0000200F'}}{% endif -%}{{'\U0001F4DE'}} {% if is_rtl -%}{{'\U0000200E'}}{% endif -%}[{{data.tag['phone']}}](tel:{{data.tag['phone']}})
112
112
{% endif %}{% if 'contact:phone' in data.tag -%}{% if data.tag.phone != data.tag['contact:phone'] -%}
113
-
{% if is_rtl -%}{{'\U0000200F'}}{% endif -%}{{'\U0001F4DE'}} {% if is_rtl -%}{{'\U0000200E'}}{% endif -%}{{data.tag['contact:phone']}}
113
+
{% if is_rtl -%}{{'\U0000200F'}}{% endif -%}{{'\U0001F4DE'}} {% if is_rtl -%}{{'\U0000200E'}}{% endif -%}[{{data.tag['contact:phone']}}]](tel:{{data.tag['contact:phone']}})
114
114
{% endif %}{% endif %}{% if 'fax' in data.tag -%}
115
115
{% if is_rtl -%}{{'\U0000200F'}}{% endif -%}{{'\U0001F4E0'}} {% if is_rtl -%}{{'\U0000200E'}}{% endif -%}{{data.tag['fax']}}
116
116
{% endif %}{% if 'contact:fax' in data.tag -%}{% if data.tag.fax != data.tag['contact:fax'] -%}
0 commit comments