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 + "
"); } }