Monday 11 July 2011 7:54:40 am
Hello to evrybody... I have a little problem , I want put a varibale into an html tag but if the variable have space inside I have a weird result... let me make an example for explain better
{def $x="first second"}
<input type="text" name="a" value={$x}>
the result is:
<input type="text" name="a" value="first" second="">
inestead of:
<input type="text" name="a" value="first second">
some one can help me?sorry for my bad english .. thanks i did try with wash and other...but not result.... how i can solve this problem?
[ ] http://www.buby.it
|