- Issue created by @agentrickard
- πΊπΈUnited States agentrickard Georgia (US)
This appears to be a custom theme issue.
Create a table, say a hockey boxscore with the following data:
Team 1 2 3 F
CHI 0 0 1 1
BOS 0 0 0 0
The above is the expected result, but instead, we get this output:
Team 1 2 3 F
CHI 1 1
BOS
Create a table that has a 0 (zero) as its cell value.
Fix the output handler to check for literal zero.
Fix the output handler to check for literal zero.
None
Unknown.
None.
Active
3.0
Code
This appears to be a custom theme issue.