Priority: Urgent
Current State: Closed
Released In: 1.0.4
Target Release: patch
Again I report an old bug that is back
This example below does not work.
First the EDITTABLE format string looks awful in nornal view
And it is obvious that EDITTABLE parser stops at the first }% it sees which is the end of SERVERTIME. Seems like a regex problem.
- Set MYNAMES = Ed, Kenneth,Benny
- Set EXTRACT = R0:C1..R0:C-1
--
KennethLavrsen - 03 Mar 2009
It works here so it was injected recently
--
KennethLavrsen - 03 Mar 2009
The final solution is to make the EDITTABLE regex greedy, and to put TABLE (if any) on a new line.
--
ArthurClemens - 04 Mar 2009