From a5e48ab6967ca3e06f968bae0f0428fceab110d5 Mon Sep 17 00:00:00 2001 From: Farruco Sanjurjo Date: Tue, 14 Dec 2010 14:13:11 +0100 Subject: [PATCH] Added missing ">" symbol at task-list mold * It caused the DepencencyList component to be wrongly placed FEA: ItEr02S03MigracionZK5 --- ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js b/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js index 767ae1600..d68ca7f40 100644 --- a/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js +++ b/ganttzk/src/main/resources/web/js/ganttz/mold/task-list.js @@ -8,7 +8,7 @@ function(out){ out.push('
'); for(var w = this.firstChild; w; w = w.nextSibling) w.redraw(out); - out.push(''); out.push('
'); out.push(''); } \ No newline at end of file