Added missing ">" symbol at task-list mold

* It caused the DepencencyList component to be wrongly placed

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-12-14 14:13:11 +01:00
parent 59bd2180c9
commit a5e48ab696

View file

@ -8,7 +8,7 @@ function(out){
out.push('<div id="listtasks">');
for(var w = this.firstChild; w; w = w.nextSibling)
w.redraw(out);
out.push('</div');
out.push('</div>');
out.push('</div>');
out.push('</div>');
}