Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasiBadave committed Nov 21, 2023
1 parent 1806ad1 commit 39bc904
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ function removePreferance(pId,client,provider,key)
<ul class="nav nav-tabs" id="myTab" role="tablist">
<?php if (!empty($this->clients)) : ?>
<?php foreach ($this->clients as $i => $menu) :?>
<<<<<<< HEAD
<li class="nav-item" role="tab" role="presentation">
=======
<li class="nav-item" role="presentation">
>>>>>>> upstream/release-3.0.4
<button type="button" id="<?php echo($menu->client) . '-tab'; ?>" role="tab" data-bs-target="#<?php echo($menu->client); ?>" data-bs-toggle="tab" class="nav-link <?php echo ($i == 0) ? ' active ' : ''?>">
<?php echo str_replace("com_","",$menu->client); ?>
</button>
Expand Down

0 comments on commit 39bc904

Please sign in to comment.