From e59814f9819514103f0b6dbe9009d85cbbcee8e5 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 21 Apr 2013 07:34:27 +0000 Subject: [PATCH] fix JavaScript error of gantt.js on IE7 (#13823) Contributed by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11737 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/javascripts/gantt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/gantt.js b/public/javascripts/gantt.js index 295487c09..ba0af9ebd 100644 --- a/public/javascripts/gantt.js +++ b/public/javascripts/gantt.js @@ -93,7 +93,7 @@ function drawRelations() { .attr({stroke: "none", fill: color, "stroke-linecap": "butt", - "stroke-linejoin": "miter", + "stroke-linejoin": "miter" }); }); } -- 2.39.5