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 58b8f3a commit 3d1f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/views/clubinfo/tmpl/default_clubinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

$paramscomponent = ComponentHelper::getParams('com_sportsmanagement');

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

0 comments on commit 3d1f47b

Please sign in to comment.