Skip to content

Commit

Permalink
FIX: Table Header Spanning for Installed Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 20, 2023
1 parent 73a1a95 commit cf7f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/plugin/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function sortPlugins(&$arr)
<th class="column-25"><?= t('Author') ?></th>
<th class="column-5 text-center"><?= t('Plugin Version') ?></th>
<th class="column-10 text-center"><?= t('Kanboard Compatibility') ?></th>
<th class="column-30" colspan="<?= ($is_configured && isset($updatables[$plugin->getPluginName()])) ? 3 : 2 ?>">
<th class="column-30" colspan="3">
<?= t('Actions') ?>
</th>
</tr>
Expand Down

0 comments on commit cf7f71d

Please sign in to comment.