diff --git a/templates/partials/result_item/contrast.php b/templates/partials/result_item/contrast.php index 101a4de3d..b0a6d8587 100644 --- a/templates/partials/result_item/contrast.php +++ b/templates/partials/result_item/contrast.php @@ -26,12 +26,12 @@
back_color) ): ?> - - + + -   - +   +  
diff --git a/templates/partials/result_item/header_text.php b/templates/partials/result_item/header_text.php index 15fb7ea4a..d4501426b 100644 --- a/templates/partials/result_item/header_text.php +++ b/templates/partials/result_item/header_text.php @@ -19,7 +19,8 @@ */ ?>
- + +
diff --git a/templates/partials/result_item/image_alt.php b/templates/partials/result_item/image_alt.php index 79d609ceb..c99457e12 100644 --- a/templates/partials/result_item/image_alt.php +++ b/templates/partials/result_item/image_alt.php @@ -19,8 +19,9 @@ */ ?>
+ 100 - + diff --git a/templates/partials/result_item/link.php b/templates/partials/result_item/link.php index d0deab462..d3730811a 100644 --- a/templates/partials/result_item/link.php +++ b/templates/partials/result_item/link.php @@ -19,7 +19,8 @@ */ ?>
- + +
diff --git a/templates/partials/result_item/link_text.php b/templates/partials/result_item/link_text.php index 72c3e7d21..4ad859dfa 100644 --- a/templates/partials/result_item/link_text.php +++ b/templates/partials/result_item/link_text.php @@ -19,7 +19,8 @@ */ ?>
- + +
diff --git a/templates/partials/result_item/suspicious_link_text.php b/templates/partials/result_item/suspicious_link_text.php index f468c97e1..0875ceeda 100644 --- a/templates/partials/result_item/suspicious_link_text.php +++ b/templates/partials/result_item/suspicious_link_text.php @@ -19,7 +19,8 @@ */ ?>
- + + diff --git a/templates/partials/result_item/table_header.php b/templates/partials/result_item/table_header.php index ed8e2191a..7090de6c3 100644 --- a/templates/partials/result_item/table_header.php +++ b/templates/partials/result_item/table_header.php @@ -19,9 +19,9 @@ */ ?>
-

Select which part of the table to convert to a header

- diff --git a/templates/partials/result_item/table_header_scope.php b/templates/partials/result_item/table_header_scope.php index 74316392e..94af79a9d 100644 --- a/templates/partials/result_item/table_header_scope.php +++ b/templates/partials/result_item/table_header_scope.php @@ -18,8 +18,9 @@ * Primary Author Contact: Jacob Bates */ ?> +
- diff --git a/templates/partials/results_items.php b/templates/partials/results_items.php index bf4eab095..df0f8f4b5 100644 --- a/templates/partials/results_items.php +++ b/templates/partials/results_items.php @@ -145,7 +145,7 @@ } if ( ! empty($result_template)) { - echo($this->fetch("partials/result_item/{$result_template}", ['group_item' => $group_item])); + echo($this->fetch("partials/result_item/{$result_template}", ['group_item' => $group_item, 'item_id' => $li_id])); } ?>