omda12 / akelosframework

Automatically exported from code.google.com/p/akelosframework
GNU Lesser General Public License v2.1
0 stars 0 forks source link

\PATCH Add _fix_double_escape on TagHelper #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using this kind of function: 

$prototype_helper->link_to_remote($page, array('url' => array('controller'
=> 'admin', 'action' => 'config_listing', 'page' => $page, 'pattern' =>
$pattern), 'update' => 'listing'));

the url generated was wrong cause the & separator was escaped twice. This
patch has been taken from the ROR framework (ActionPack) and adapted to
Akelos. This was a missing feature.

Original issue reported on code.google.com by jerome.l...@gmail.com on 11 Apr 2007 at 1:40

Attachments:

GoogleCodeExporter commented 9 years ago
This issue has been fixed on revision 188. Thanks for pointing the Rails 
solution.

Original comment by bermifer...@gmail.com on 11 Apr 2007 at 5:09