Hi,
it's my 1st post here. I work on the koha project (www.koha.org) and
release manager, and we face a problem nobody can solve in our devel
list :-(((
In the template we have :
<input type="text" name="test" value="<TMPL_VAR name="test">">
and we "replace it with the $template->param(test => $test)
Our problem is that when $test='here is "daddy"';
the result is :
<input type="text" name="test" value="here is "daddy"">
which is bad html, and result in a field containing "here is" ("daddy"
is lost)
If we replace " by ' in the template, we face the same problem with
"it's me again".
So, how could we solve this ?
--
Paul POULAIN
Consultant ind�pendant en logiciels libres
responsable francophone de koha (SIGB libre http://fr.koha.org)
-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now! Before the Holidays pass you by.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users
- Re: [htmltmpl] 1st post : " and ' in variables paul POULAIN
- Re: [htmltmpl] 1st post : " and ' in variables Todd
- Re: [htmltmpl] 1st post : " and ' in variables paul POULAIN
- Re: [htmltmpl] 1st post : " and ' in variables Philip S Tellis
- Re: [htmltmpl] 1st post : " and ' in variables Sven Joerns
- Re: [htmltmpl] 1st post : " and ' in variables paul POULAIN
