summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-10 18:54:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-10 18:54:43 +0100
commit4e14b8714169e8f3869bffaded3bda9c9888e047 (patch)
treec0331441e9d8bda5b68d7448f2ec97e72af2512a /templates
parent476b02157b9520f1c80a8393c86e7111508c90c7 (diff)
bargraph: set title
Diffstat (limited to 'templates')
-rw-r--r--templates/bargraph.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bargraph.html.ep b/templates/bargraph.html.ep
index 5b6282d..f626fbd 100644
--- a/templates/bargraph.html.ep
+++ b/templates/bargraph.html.ep
@@ -3,7 +3,7 @@
%= javascript begin
show_bargraph('/2ddata.tsv?aggregate=<%= param('xsource') %>&metric=<%= param('ysource') %>&msgnum=<%= param('msgnum') %>&filter_line=<%= param('filter_line') %>&filter_train_type=<%= param('filter_train_type') %>&filter_station=<%= param('filter_station') %>&filter_destination=<%= param('filter_destination') %>&filter_delay_min=<%= param('filter_delay_min') %>&filter_delay_max=<%= param('filter_delay_max') %>',
- '<%= param('title') %>',
+ '<%== param('title') %>',
'<%= param('xlabel') %>', '<%= param('ylabel') %>', '<%= param('yformat') %>',
'<%= param('width') %>', '<%= param('height') %>');
% end