This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hcbarros
/
netuno-app
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Corrigindo falha em laço
master
Henrique Caetano de Barros
3 years ago
parent
84dce1c72a
commit
f8561777a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
server/services/eventos.js
+ 1
- 1
server/services/eventos.js
View File
@ -34,7 +34,7 @@ _out.println('<div style="display: flex; justify-content: center; margin-top: 80
_out
.
println
(
`
<td>
${
dbRecord
.
getDouble
(
"preco"
)
}
</td>
`
)
{
lengthCategoria
>
0
&&
_out
.
println
(
`
<td rowspan="
${
lengthCategoria
}
">
${
dbRecord
.
getString
(
"categoria"
)
}
</td>
`
)
}
_out
.
println
(
'</tr>'
)
)
}
}
)
_out
.
println
(
'</table>'
)
Write
Preview
Loading…
Cancel
Save