From af4cb3f0fa40e0cc0542d4e1800e44bf363aee74 Mon Sep 17 00:00:00 2001 From: Fenel Joseph Date: Tue, 22 Mar 2016 12:47:34 -0400 Subject: [PATCH] Add ufixit to imgAltIsTooLong issue #114 --- public/parseResults.php | 4 ++-- public/process.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/parseResults.php b/public/parseResults.php index 9541965b5..2dfe26787 100755 --- a/public/parseResults.php +++ b/public/parseResults.php @@ -152,7 +152,7 @@ function isYouTubeVideo($link_url, $regex) - type == "cssTextHasContrast" || $item->type == "imgHasAlt" || $item->type == "imgNonDecorativeHasAlt" || $item->type == "tableDataShouldHaveTh" || $item->type == "tableThShouldHaveScope" || $item->type === "headersHaveText" || $item->type == "aMustContainText" || $item->type == "imgAltIsDifferent"): ?> + type == "cssTextHasContrast" || $item->type == "imgHasAlt" || $item->type == "imgNonDecorativeHasAlt" || $item->type == "tableDataShouldHaveTh" || $item->type == "tableThShouldHaveScope" || $item->type === "headersHaveText" || $item->type == "aMustContainText" || $item->type == "imgAltIsDifferent" || $item->type == "imgAltIsTooLong"): ?> @@ -174,7 +174,7 @@ function isYouTubeVideo($link_url, $regex) - type === "cssTextHasContrast" || $item->type === "imgHasAlt" || $item->type === "imgNonDecorativeHasAlt" || $item->type === "tableDataShouldHaveTh" || $item->type === "tableThShouldHaveScope" || $item->type === "headersHaveText" || $item->type == "aMustContainText" || $item->type == "imgAltIsDifferent"): ?> + type === "cssTextHasContrast" || $item->type === "imgHasAlt" || $item->type === "imgNonDecorativeHasAlt" || $item->type === "tableDataShouldHaveTh" || $item->type === "tableThShouldHaveScope" || $item->type === "headersHaveText" || $item->type == "aMustContainText" || $item->type == "imgAltIsDifferent" || $item->type == "imgAltIsTooLong"): ?>
UFIXIT is disabled because this is an old report. Rescan the course to use UFIXIT.