From bcdf88e6252970ff78cd9b5bbcb71ba9cb1acb77 Mon Sep 17 00:00:00 2001 From: Chaitanya Chandurkar Date: Mon, 29 Feb 2016 17:48:46 -0500 Subject: [PATCH] fixed extra quote in filter-count Reset All anchor Having an extra quote in achor tag was making a page not well-formed --- web/stock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/stock.js b/web/stock.js index 0923251f1..54fb24232 100644 --- a/web/stock.js +++ b/web/stock.js @@ -487,7 +487,7 @@ d3.csv('ndx.csv', function (data) { // `%filter-count` and `%total-count` are replaced with the values obtained. .html({ some: '%filter-count selected out of %total-count records' + - ' | Reset All', + ' | Reset All', all: 'All records selected. Please click on the graph to apply filters.' });