Skip to content

Commit

Permalink
fix same id issue
Browse files Browse the repository at this point in the history
  • Loading branch information
siddik-web committed Aug 27, 2022
1 parent 506f30a commit dfe16f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

defined('_JEXEC') or die;
$id = 0;
$id = uniqid();
?>

<script type="application/ld+json">
Expand Down Expand Up @@ -129,6 +129,5 @@
<p class="faq-text"><?php echo $faq->answer; ?></p>
</label>
</div>
<?php $id++;?>
<?php endforeach;?>
</div>

0 comments on commit dfe16f0

Please sign in to comment.