ItEr60S04ValidacionEProbasFuncionaisItEr59S04: Indent markup
This commit is contained in:
parent
5328246785
commit
08074ff522
1 changed files with 8 additions and 13 deletions
|
|
@ -6,17 +6,12 @@
|
|||
</script>
|
||||
|
||||
<div id="scroll_container">
|
||||
|
||||
<c:set var="self" value="${requestScope.arg.self}"/>
|
||||
|
||||
<div id="${self.uuid}" z.type="ganttz.tasklist.Tasklist" z.autoz="true"${self.outerAttrs}">
|
||||
|
||||
|
||||
<div id="listtasks">
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
${z:redraw(child, null)}
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<c:set var="self" value="${requestScope.arg.self}"/>
|
||||
<div id="${self.uuid}" z.type="ganttz.tasklist.Tasklist" z.autoz="true"${self.outerAttrs}">
|
||||
<div id="listtasks">
|
||||
<c:forEach var="child" items="${self.children}">
|
||||
${z:redraw(child, null)}
|
||||
</c:forEach>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Reference in a new issue