mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 12:33:27 +02:00
* change deprecated HTML <center> tag to <div style="text-align:center">
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% set custom_buttons = '' %}
|
||||
{{ include('success.html.twig') }}
|
||||
<br/>
|
||||
<center>
|
||||
<div style="text-align:center">
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td align="right" width="50%">
|
||||
@@ -19,4 +19,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
Reference in New Issue
Block a user