From 2bc2cb70663fd9659695473821fbce757423ccd0 Mon Sep 17 00:00:00 2001 From: imdmahajankanika <48632517+imdmahajankanika@users.noreply.github.com> Date: Sat, 10 Jul 2021 21:41:56 +0200 Subject: [PATCH] Update jquery.subwayMap-0.5.3.js Fixed a typo --- jquery.subwayMap-0.5.3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.subwayMap-0.5.3.js b/jquery.subwayMap-0.5.3.js index 700686c..d3bcb69 100755 --- a/jquery.subwayMap-0.5.3.js +++ b/jquery.subwayMap-0.5.3.js @@ -234,7 +234,7 @@ THE SOFTWARE. if (lineLabels[line].outline === true) lineSVG += ""; - legend.append("
" + lineSVG + "" + lineLabels[line].label + "
"); + legend.append("
" + lineSVG + "" + lineLabels[line].label + "
"); } }