Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Smarty is replacing single quotes with double

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3
View previous topic :: View next topic  
Author Message
orao
Smarty Rookie


Joined: 23 Dec 2009
Posts: 20

PostPosted: Thu Dec 24, 2009 10:20 am    Post subject: Smarty is replacing single quotes with double Reply with quote

Smarty translates this:

Code:
<input type="radio" onclick="javascript:my_function('blabla')"

to this
Code:
<input type="radio" onclick="javascript:my_function("blabla")"


It is changing single quotes to double.
Browser is giving me javacript error because of this.

How can that be fixed?
Back to top
View user's profile Send private message
orao
Smarty Rookie


Joined: 23 Dec 2009
Posts: 20

PostPosted: Thu Dec 24, 2009 12:45 pm    Post subject: Reply with quote

I just found out this happening only inside recursion

Code:
{function name=menu level=0}
  <ul class="level{$level}">
  {foreach $data as $entry}
    {if is_array($entry)}
      <li>
<input type="radio" onclick="javascript:my_function('blabla')"
{$entry@key}</li>
       {menu data=$entry level=$level+1}
    {else}
      <li>{$entry}</li>
    {/if}
  {/foreach}
  </ul>
{/function}
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Thu Dec 24, 2009 1:10 pm    Post subject: Reply with quote

There is already a bugfix for this in the SVN.
Back to top
View user's profile Send private message
orao
Smarty Rookie


Joined: 23 Dec 2009
Posts: 20

PostPosted: Thu Dec 24, 2009 1:37 pm    Post subject: Reply with quote

mr. U.Tews, thank you very very much Smile
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP