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

Possible bug with quotes on data inside function

 
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
artvolk
Smarty Regular


Joined: 09 Dec 2009
Posts: 45

PostPosted: Fri Dec 11, 2009 10:20 pm    Post subject: Possible bug with quotes on data inside function Reply with quote

Here is the test case:

Code:

{function name='test_submit'}
   <a class="button" onclick="$('my_form').submit(); return false;" href="#"><span>{$title}</span></a>
{/function}

{test_submit title='test'}


When I run this, I get all quotes inside onclick='...' changed to double quotes which causes javascript error (quotes around "my_form")):

Code:

<a class="button" onclick="$("my_form").submit(); return false;" href="#"><span>test</span></a>

Back to top
View user's profile Send private message
U.Tews
Administrator


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

PostPosted: Sat Dec 12, 2009 11:48 am    Post subject: Reply with quote

This is fixed in the SVN now
Back to top
View user's profile Send private message
artvolk
Smarty Regular


Joined: 09 Dec 2009
Posts: 45

PostPosted: Sat Dec 12, 2009 12:32 pm    Post subject: Reply with quote

Thanks! It works!
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