<!--[pnml XX html=true]-->

hello

what is the good way to introduce HTML in a constant ?

i ve got a contant like this

Code

define('_PRESENTATIONMANDATORY','Sur ce forum, la présentation est <u>obligatoire</u>, une présentation non faites invalidera la création de votre compte.');


and

Code

<!--[pnml name="_PRESENTATIONMANDATORY" html=true]-->


the u tags are always displayed

thanks



edited by: mumuri, May 03, 2008 - 12:40 PM
I think it is HTML=1 instead of HTML=true. Is u an allowed HTML markup by default?

Edit: pnml plugin shows a HTML= param that is converted into boolean, so true should also work IMO.



edited by: espaan, May 03, 2008 - 10:07 PM

--
campertoday.nl, Module development, Dutch Zikula Community
ok thanks i forget to allow it in the HTML tags, HTML=true works

thanks