Changes between Initial Version and Version 1 of Ticket #5404, comment 10
- Timestamp:
- 02/20/2014 07:43:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5404, comment 10
initial v1 5 5 We attempt to force convert a string to a number. But since elpix has so many members, the '2,296' string doesn't properly get converted to a number. 6 6 7 Attached patch is a quick fix at the problem . Perhaps a better idea would be to take the integer from the `upage` parameter in the `href` attribute.7 Attached patch is a quick fix at the problem by stripping all commas from the page number string. Perhaps a better idea would be to take the integer from the `upage` parameter in the `href` attribute.