From 045afcdd11b15359ed24aab8ccef8c5123a9211c Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Sat, 4 Jun 2022 07:14:26 -0400 Subject: [PATCH] handles apostrophes now -- thanks @jerrajerra --- scripts/exclude_list.php | 4 ++-- scripts/include_list.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/exclude_list.php b/scripts/exclude_list.php index dbbbaa0..876606f 100644 --- a/scripts/exclude_list.php +++ b/scripts/exclude_list.php @@ -16,7 +16,7 @@ $eachline = file($filename, FILE_IGNORE_NEW_LINES); foreach($eachline as $lines){echo - "";} + "";} ?> @@ -43,7 +43,7 @@ $eachline = file($filename, FILE_IGNORE_NEW_LINES); foreach($eachline as $lines){ echo - ""; + ""; }?> diff --git a/scripts/include_list.php b/scripts/include_list.php index 6c90849..ad663be 100644 --- a/scripts/include_list.php +++ b/scripts/include_list.php @@ -23,7 +23,7 @@ $eachlines = file($filename, FILE_IGNORE_NEW_LINES); $lines";} + "";} ?> @@ -50,7 +50,7 @@ $eachlines = file($filename, FILE_IGNORE_NEW_LINES); $filename = './scripts/include_species_list.txt'; $eachlines = file($filename, FILE_IGNORE_NEW_LINES); foreach($eachlines as $lines){echo - "";} + "";} ?>