remove unnecessary tag

This commit is contained in:
Andreas Zweili 2017-03-19 14:41:21 +00:00
parent 2d93c3402d
commit df55f10fd6
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ function get_demand_titles ()
the corresponding HTML code */
while ($row = $result->fetch_assoc()) {
echo "<div class='post-box'><p>";
echo "<strong>" . $row['demandTitle'] . "</strong></a>" . "<br>";
echo "<strong>" . $row['demandTitle'] . "</strong>" . "<br>";
echo $row['date'] . "<br>";
//add a delete button to the demand output