Le lundi 19 août 2013 à 13:08 -0400, Brad Jorsch (Anomie) a écrit :
On Mon, Aug 19, 2013 at 10:37 AM, Mathieu Stumpf < psychoslave@culture-libre.org> wrote:
But while editing the module, calling the function return the expected string.
Are you sure it's returning the expected string? When I call your p.datumtestu() function in the debug console, it returns this:
{| class="wikitable alternance centre" |- |- Datumo1 |- |- Datumo2 |- |- Datumo3 |- |- |- Datumo4 |}
That looks far from correct to me; at the least, the "Datumo" lines should begin with "|" rather than "|-".
You are right, but that's an other problem. Of course it could be a related side effect, but I think that on this point it's just some intertwinned iterations where I messed up on the treatment. I think I can manage that on my own, but having a working testing page would help me doing so. Now as I don't have a clue how to debug the "no result" for the template invokation, may be I'll try to debug that and hopefuly this will unexpectedly make my scope problem go away.