Commit ce52235
committed
minor symfony#8021 Added a missing <script> tag in an example (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes symfony#8021).
Discussion
----------
Added a missing <script> tag in an example
It's obvious that this code is JavaScript ... but to make it consistent with the other example of the article, I propose to add the `<script>` tags to the second example. Close it if you disagree. Thanks!
Commits
-------
2323e19 Added a missing <script> tag in an example1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
0 commit comments