fix div id

This commit is contained in:
Leo Germani 2018-04-18 08:06:06 -03:00
parent fc36a0991b
commit 09a8027679
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="row">
<div class="col col-sm-9 mx-sm-auto">
<div id="content" role="main">
<div id="taincan-items-page" collection-id="<?php echo tainacan_get_collection_id(); ?>"></div>
<div id="tainacan-items-page" collection-id="<?php echo tainacan_get_collection_id(); ?>"></div>
</div><!-- /#content -->
</div>
</div><!-- /.row -->