Skip to content

Commit

Permalink
minor symfony#108 fix another bug due to choosing the wrong branch (x…
Browse files Browse the repository at this point in the history
…abbuh)

This PR was merged into the 2.7 branch.

Discussion
----------

fix another bug due to choosing the wrong branch

Commits
-------

b506243 fix another bug due to choosing the wrong branch
  • Loading branch information
javiereguiluz committed Jul 19, 2016
2 parents 41b71d4 + b506243 commit 799a2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routing/generate_url_javascript.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables. The ``escape`` function helps escape any non-JavaScript-safe values:

<script>
var route = "<?php echo $view->escape(
$view['router']->path('blow_show', array(
$view['router']->generate('blog_show', array(
'slug' => 'my-blog-post',
)),
'js'
Expand Down

0 comments on commit 799a2b0

Please sign in to comment.