Skip to content

Commit

Permalink
final class fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisLambrechts committed Jan 29, 2025
1 parent ec36654 commit e12039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/view/common/resource-values.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif;
$style="padding-top:1rem;";
endif;

if(!str_contains("title",$propertyData['alternate_label'])):
if(!str_contains($propertyData['alternate_label'],"title")):
$alt_class = $propertyData['alternate_label'];
endif;
endif;
Expand Down

0 comments on commit e12039e

Please sign in to comment.