Skip to content

Commit ff53092

Browse files
Merge pull request #166 from ManasiBadave/Bug206548
Bug#206548 fix: create tjnotification menu showing error in FE.
2 parents 8b74c0e + 39bc904 commit ff53092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com_tjnotifications/site/views/preferences/tmpl/default_bs5.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function removePreferance(pId,client,provider,key)
123123
<ul class="nav nav-tabs" id="myTab" role="tablist">
124124
<?php if (!empty($this->clients)) : ?>
125125
<?php foreach ($this->clients as $i => $menu) :?>
126-
<li class="nav-item" role="presentation">
126+
<li class="nav-item" role="tab" role="presentation">
127127
<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 ' : ''?>">
128128
<?php echo str_replace("com_","",$menu->client); ?>
129129
</button>

0 commit comments

Comments
 (0)