diff --git a/scripts/history.php b/scripts/history.php index deb240c..a37cbe0 100644 --- a/scripts/history.php +++ b/scripts/history.php @@ -148,14 +148,16 @@ function submitID() {

?> "; + echo ""; } else { echo "

No Charts for $theDate

"; } echo "
"; if (file_exists('./Charts/'.$chart2)) { - echo ""; + echo ""; } else { echo "

No Charts For $theDate

"; }?>