diff --git a/functions.php b/functions.php index 9995b0a..d35b15e 100644 --- a/functions.php +++ b/functions.php @@ -129,7 +129,7 @@ function get_demand_titles () the corresponding HTML code */ while ($row = $result->fetch_assoc()) { echo "

"; - echo "" . $row['demandTitle'] . "" . "
"; + echo "" . $row['demandTitle'] . "" . "
"; echo $row['date'] . "
"; //add a delete button to the demand output