Skip to content

Commit

Permalink
fix: ul.css is now laoded
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocasbarra committed Sep 25, 2024
1 parent e9cfdeb commit 92222de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cgi-bin/modules/frontend/results/PathLayResultsFrontEnd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,8 @@ sub results_style_Packager {
"complexes.css",
"boomBoxDiv.css",
"animate.css",
"old.css"
"old.css",
"ul.css"
);
foreach my $cssfile (sort(@styles)) {
next if ($cssfile !~ /\.css$/);
Expand Down

0 comments on commit 92222de

Please sign in to comment.