[ticket/16978] Move nbsp to inside if of submit

PHPBB3-16978
This commit is contained in:
Marc Alexander 2022-06-04 08:51:08 +02:00
parent 63c42c49fa
commit 25a84713c0
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -94,9 +94,9 @@
<a href="{{ to_recipient.U_VIEW }}"><strong>{{ to_recipient.NAME }}</strong></a>
{% else %}
{{ to_recipient.NAME_FULL }}
{% endif %}&nbsp;
{% endif %}
{% if not S_EDIT_POST %}
<input type="submit" name="remove_{{ to_recipient.TYPE }}[{{ to_recipient.UG_ID }}]" value="x" class="button1 button button-form-bold">
&nbsp;<input type="submit" name="remove_{{ to_recipient.TYPE }}[{{ to_recipient.UG_ID }}]" value="x" class="button1 button button-form-bold">
{% endif %}
</li>
{% endfor %}