smruti-bapi / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

Tabels with a single column of data fail #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. create a table with a two columns, 
   eg each row has <th scope='row'>name</th><td>anyvalue</td>

2. causes a NaN with zeroLoc at line 358, which can be traced backwards

What is the expected output? What do you see instead?

would expect to see normal outputs, with totals based on those single values.
instead falls over

What version of the product are you using?
version as downloaded on 6/4/11 (could not find version number)

Original issue reported on code.google.com by jdaypub...@gmail.com on 6 Apr 2011 at 10:31