Skip to content

Commit

Permalink
Merge pull request #2983 from catchpoint/AZD177860
Browse files Browse the repository at this point in the history
Fixed mispelled variables
  • Loading branch information
mjkozicki authored Oct 25, 2023
2 parents d145a64 + b80cee8 commit e805e62
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 e805e62

Please sign in to comment.