Skip to content

Commit

Permalink
Fix IDE warning about form
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Dec 7, 2024
1 parent 06188be commit ea5e1d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/tibiacom/success.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
{% else %}
<div style="text-align:center">
<table border="0" cellspacing="0" cellpadding="0">
<form action="{{ getLink('account/manage') }}" method="post">
<tr>
<td style="border:0px;">
<tr>
<td style="border:0;">
<form action="{{ getLink('account/manage') }}" method="post">
{{ include('buttons.back.html.twig') }}
</td>
</tr>
</form>
</form>
</td>
</tr>
</table>
</div>
{% endif %}

0 comments on commit ea5e1d4

Please sign in to comment.