Skip to content

Commit

Permalink
merged branch paradoxe/master (PR symfony#8043)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed May 15, 2013
2 parents b027c92 + 6d5bc7a commit d656be0
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -17,7 +17,6 @@
{% block button_row %}
{% spaceless %}
<tr>
<td></td>
<td colspan="2">
{{ form_widget(form) }}
</td>
Expand Down

0 comments on commit d656be0

Please sign in to comment.