forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit868de1e
committed
minorsymfony#3698 Dynamic form modification cookbook: Fix inclusion of code (michaelperrin)
This PR was merged into the 2.3 branch.Discussion----------Dynamic form modification cookbook: Fix inclusion of codeUnfortunately, reStructuredText doesn't support inclusion of code inside a code block, resulting to non-interpreted code (the `include` keyword is not displayed) as it happens onhttp://symfony.com/doc/2.3/cookbook/form/dynamic_form_modification.html .I tried in many ways to avoid this, but didn't find any nice way. I had to duplicate code instead.The PR includes a few minor fixes on code style as well.Commits-------1e8b0d4 Small fixes in code style8093719 Dynamic form modification cookbook: Fix inclusion of codeFile tree
2 files changed
+54
-30
lines changed- cookbook/form
2 files changed
+54
-30
lines changedLines changed: 54 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
| 151 | + | |
151 | 152 |
| |
152 | 153 |
| |
153 | 154 |
| |
| |||
253 | 254 |
| |
254 | 255 |
| |
255 | 256 |
| |
256 |
| - | |
| 257 | + | |
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
| |||
653 | 654 |
| |
654 | 655 |
| |
655 | 656 |
| |
656 |
| - | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
657 | 682 |
| |
658 | 683 |
| |
659 | 684 |
| |
| |||
664 | 689 |
| |
665 | 690 |
| |
666 | 691 |
| |
667 |
| - | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
668 | 717 |
| |
669 | 718 |
| |
670 | 719 |
| |
|
Lines changed: 0 additions & 25 deletions
This file was deleted.
0 commit comments
Comments
(0)