Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DBinaghi committed Aug 11, 2022
1 parent 3fa8cea commit b76639f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/admin/index/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ function(data) {
</div>

<div id="tab4" style="height:1%; overflow:hidden">
<section class="nine columns alpha">
<section class="eight columns alpha">
<h2><?php echo __('Examine Element\'s values'); ?></h2>
<div class="field">
<p class="explanation">
Expand All @@ -330,7 +330,7 @@ function(data) {
</div>
</div>
</section>
<section id="texts" class="nine columns alpha"></section>
<section id="texts" class="eight columns alpha"></section>
</div>

<?php echo foot(); ?>

0 comments on commit b76639f

Please sign in to comment.