Skip to content

Commit

Permalink
Fixed mispelled variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Oct 17, 2023
1 parent d145a64 commit b80cee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/experiments/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ foreach ($assessment as $key => $cat) {
$summary .= " It had $num_violations accessibility issues, ";
if ($num_critical > 0) {
$summary .= " $num_critical critical";
} elseif ($$num_serious > 0) {
$summary .= "$num_critical serious";
} elseif ($num_serious > 0) {
$summary .= "$num_serious serious";
} else {
$summary .= " none serious";
}
Expand Down

0 comments on commit b80cee8

Please sign in to comment.