merged branch paradoxe/master (PR #8043)

This PR was merged into the master branch.

Discussion
----------

[Form][Twig] Removed an extra table column in the "button_row" block template

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

6d5bc7a [Twig][Form] Removed extra table colunm in the button_row block template
This commit is contained in:
Fabien Potencier 2013-05-15 17:07:12 +02:00
commit d656be01cf
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
{% block button_row %}
{% spaceless %}
<tr>
<td></td>
<td colspan="2">
{{ form_widget(form) }}
</td>