diff -r f546e0d6df65 -r 16bc79099171 templates/stop_week.html --- a/templates/stop_week.html Tue Sep 18 19:06:22 2018 +0300 +++ b/templates/stop_week.html Fri Sep 21 00:20:40 2018 +0300 @@ -231,7 +231,7 @@ {{hour}} {% for entry in hour_schedule %} - {{'%02d' % entry['minute']}} + {{'%02d' % entry['minute']}} {% if not description['simple'] %} {{entry['route']}} {% endif %}