--- a/documents/disclogsList.php +++ b/documents/disclogsList.php @@ -34,10 +34,10 @@ if (isset($row->value->FOIDocumentsURL)) { $disclogs++; echo '' - . $row->value->FOIDocumentsURL . ''; + . $row->value->FOIDocumentsURL . ''; if ($ENV == "DEV") echo '
(' - . 'view local copy)'; + . 'view local copy)'; } else { echo ""; } @@ -49,11 +49,11 @@ } else if (file_exists("./scrapers/" . $row->id . '.txt')) { if (trim(file_get_contents("./scrapers/" . $row->id . '.txt')) == "no disclog") { echo ""; - $yellow++; + $yellow++; } else { echo file_get_contents("./scrapers/" . $row->id . '.txt'); - echo ""; - $orange++; + echo ""; + $orange++; } } else { echo ""; @@ -69,7 +69,7 @@ } echo ""; echo $agencies . " agencies, " . round(($disclogs / $agencies) * 100) . "% with disclosure logs; " - . round(($green / $disclogs) * 100) . "% logs with scrapers " . round(($red / $disclogs) * 100) . "% logs without scrapers " . round(($orange / $disclogs) * 100) . "% logs Work-In-Progress scrapers "; + . round(($green / $disclogs) * 100) . "% logs with scrapers " . round(($red / $disclogs) * 100) . "% logs without scrapers " . round(($orange / $disclogs) * 100) . "% logs Work-In-Progress scrapers "; include_footer_documents(); ?>