[Résolu] [(#REM) #SET{test}]

Hello all,
I may be spending too much time in SPIP, but I’ve noticed that comments inside #REM get evaluated.

I believe this is new behavior. And unexpected for me.


[(#REM)
     A comment that contains some SPIP tags for explanation
     #SET{testval, foobar}
]
#GET{testval}

Kind regards,
Urs

No: SPIP templates have not « real » ignored comments. Content is evaluated inside, there is just no render of content.

2 « J'aime »

OK, thanks for clarifying this!