Skip to content
Snippets Groups Projects
Commit 5e037bfd authored by Bart Visscher's avatar Bart Visscher
Browse files

Contacts: remove redundant li in setpropertyform template

parent a2ecdfca
No related branches found
No related tags found
No related merge requests found
<li class="contacts_property_edit" data-checksum="<?php echo $_['property']['checksum']; ?>">
<form id="contacts_setpropertyform">
<input type="hidden" name="checksum" value="<?php echo $_['property']['checksum']; ?>">
<input type="hidden" name="id" value="<?php echo $_['id']; ?>">
......@@ -55,4 +54,3 @@
<?php endif; ?>
<input id="contacts_setproperty_button" type="submit" value="<?php echo $l->t('Edit'); ?>">
</form>
</li>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment