diff --git a/pt.json b/pt.json
index ff9d2b45..6bbd5aca 100644
--- a/pt.json
+++ b/pt.json
@@ -58,10 +58,10 @@
],
"description": "{{ tagTrans('route', tags.route) }}",
"body": [
- "
{{ repoTrans('category:pt:stops') }}
",
+ "{{ repoTrans('category:pt:stops') }}
",
"{% for member in members %}",
- "{% if member.tags.highway == 'bus_stop' or member.tags.amenity == 'bus_station' or member.tags.amenity == 'ferry_terminal' or member.tags.railway == 'tram_stop' or member.tags.railway == 'halt' or member.tags.railway == 'station' or member.tags.aerialway == 'station' or member.tags.public_transport == 'stop_position' or member.role|slice(-4) == 'stop' %}",
- "- {% if member.tags %}{{ member.tags.name|default(trans('unknown')) }}{% else %}{{ trans('loading') }}{% endif %}
",
+ "{% if member.tags.highway == 'bus_stop' or member.tags.amenity == 'bus_station' or member.tags.amenity == 'ferry_terminal' or member.tags.railway == 'tram_stop' or member.tags.railway == 'halt' or member.tags.railway == 'station' or member.tags.aerialway == 'station' or member.tags.public_transport == 'stop_position' or member.role|slice(0, 4) == 'stop' %}",
+ "- {% if member.tags %}{{ member.tags.name|default(trans('unknown')) }}{% else %}{{ trans('loading') }}{% endif %}
",
"{% endif %}",
"{% endfor %}",
"
"