summaryrefslogtreecommitdiff
path: root/forecast.html.tt
diff options
context:
space:
mode:
Diffstat (limited to 'forecast.html.tt')
-rw-r--r--forecast.html.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/forecast.html.tt b/forecast.html.tt
index 8d02648..7b90714 100644
--- a/forecast.html.tt
+++ b/forecast.html.tt
@@ -153,7 +153,7 @@
[% FOREACH p IN b.predictions %]
<tr>
<td class="line">[% p.lineName %]</td>
- <td class="destination">[% p.towards %]</td>
+ <td class="destination">[% p.destinationName %]</td>
<td class="eta">[% minsec_until(p.expectedArrival) %]</td>
</tr>
[% END %]