mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
* change deprecated HTML <center> tag to <div style="text-align:center">
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
{% if custom_buttons is defined %}
|
||||
{{ custom_buttons|raw }}
|
||||
{% else %}
|
||||
<center>
|
||||
<div style="text-align:center">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<form action="{{ getLink('account/manage') }}" method="post">
|
||||
<tr>
|
||||
@@ -40,5 +40,5 @@
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user