Added missing ">" symbol at task-list mold
* It caused the DepencencyList component to be wrongly placed FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
59bd2180c9
commit
a5e48ab696
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue