Commit b423bdc9f196abfd712de33ecef823493697832a
1 parent
5184af72
Fix for Anubis 1.9.1.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
calexium_lib/web/CXM_generic_table.anubis
| ... | ... | @@ -340,7 +340,7 @@ define (List(Print_Table($Data)),List($Data)) |
| 340 | 340 | [] then (reverse(result),[]), |
| 341 | 341 | [h . t] then |
| 342 | 342 | if ct = n |
| 343 | - then (reverse([print_table(h,num+1) .result]),t) | |
| 343 | + then (reverse([print_table(h,num+1) . result]),t) | |
| 344 | 344 | else get_n_elements(t,[print_table(h,num+1) . result],n,ct+1,num+1) |
| 345 | 345 | }. |
| 346 | 346 | ... | ... |