fix: [templates:common] Removed extra closing tag

pull/93/head
Sami Mokaddem 2022-01-25 14:03:48 +01:00
parent 74df550419
commit 77285257da
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
<?php
echo $this->element('genericElements/IndexTable/index_table', $data);
echo '</div>';
?>