diff --git a/events.php b/events.php index 7a9d0e1..d0fe855 100644 --- a/events.php +++ b/events.php @@ -34,7 +34,7 @@ echo '
- '.$json[$i]["title"].'
'.$ownername.'
'.$json[$i]["description"].'
+ '.$json[$i]["title"].'
'.$ownername.'
'.$json[$i]["description"].'
'; } diff --git a/header.php b/header.php index 0ca12f0..bc19df9 100644 --- a/header.php +++ b/header.php @@ -1,6 +1,6 @@
- User + " width="48" height="48" alt="User" />
diff --git a/schools.php b/schools.php index cdc2b80..74092c7 100644 --- a/schools.php +++ b/schools.php @@ -22,7 +22,7 @@ - +
'.$json[$i]["name"].'
'.$json[$i]["location"].'
'.$fulltype.'
'.$json[$i]["name"].'
'.$json[$i]["location"].'
'.$fulltype.'
'; }