From c198ffb2b02a3a44fa642191f9fcf00274e3d84c Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Fri, 22 Feb 2008 18:03:05 +0000 Subject: [PATCH] Fixed the look of the legend color boxes in IE git-svn-id: https://flot.googlecode.com/svn/trunk@41 1e0a6537-2640-0410-bfb7-f154510ff394 --- jquery.flot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.flot.js b/jquery.flot.js index 6205148..0865a32 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -950,7 +950,7 @@ label = options.legend.labelFormatter(label); fragments.push( - '
' + + '
' + '' + label + ''); } if (rowStarted)