X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=index.php;h=740157b9ceacc8a29d2ae119ab83d37f5e7eea7d;hb=c2c4a56c5d3b6ccc549539bf99e0d9c0d50473b6;hp=687fc690f68cdc323d792cdf97bdeafd960273eb;hpb=1bed99365d1e5cdde29e27bafb3cdafa7646b147;p=dylansserver.git diff --git a/index.php b/index.php index 687fc69..740157b 100644 --- a/index.php +++ b/index.php @@ -190,13 +190,13 @@ OTHER_PROJECTS; } protected function display_exhibits() { + echo "
"; $sql = "SELECT text FROM projects"; $result = $this->db->query($sql); while ($entry = $result->fetch_object()) { - echo "
"; echo $entry->text; - echo "
"; } + echo "
"; } private function list_projects() {