Skip to content

Commit

Permalink
NEW: Add Unique Table IDs per Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 7, 2023
1 parent 8e98ca8 commit d6d38b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/plugin/directory.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<a id="PluginBottom" href="#PluginTop" title="<?= t('Go to the bottom of the page') ?>" class="btn-action"><i class="fa fa-level-down" aria-hidden="true"></i> <?= t('Bottom') ?></a>
</div>
<?php foreach ($available_plugins as $plugin): ?>
<table class="available-plugins-table">
<table id="Plugin-<?= preg_replace('/\s+/', '',($this->text->e($plugin['title']))) ?>" class="available-plugins-table">
<tr class="">
<th class="available-plugins-author" colspan="2">
<?php if (isset($plugin['is_type'])): ?>
Expand Down

0 comments on commit d6d38b5

Please sign in to comment.