Merge pull request #6378 from hanakin/ticket/16978

[ticket/16978] add missing ul closeing tag
This commit is contained in:
Marc Alexander 2022-06-06 09:45:44 +02:00 committed by GitHub
commit feea7958f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,13 +66,14 @@
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF .to_recipient --> <!-- IF .to_recipient -->
<dd class="recipients"> <dd class="recipients">
<ul class="recipients"> <ul class="recipients">
<!-- BEGIN to_recipient --> <!-- BEGIN to_recipient -->
<li> <li>
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->&nbsp; <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->&nbsp;
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF -->
</li> </li>
<!-- END to_recipient --> <!-- END to_recipient -->
</ul>
</dd> </dd>
<!-- ENDIF --> <!-- ENDIF -->
</dl> </dl>