Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler authored Nov 2, 2023
1 parent 8e4cf6c commit 58b8f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/views/teaminfo/tmpl/default_history_leagues.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
/** welche bootstrap version */
$params = ComponentHelper::getParams('com_sportsmanagement');

if (version_compare(JVERSION, '4.0.0', 'ge')) || $params->get('use_jsmgrid'))
if ( version_compare(JVERSION, '4.0.0', 'ge') || $params->get('use_jsmgrid'))
{
$this->divclass = 'col p-2';
}
Expand Down

0 comments on commit 58b8f3a

Please sign in to comment.