Implode with <br>

This commit is contained in:
2018-02-14 17:55:41 +01:00
parent 87c6523f35
commit 9f935cd810
6 changed files with 6 additions and 6 deletions

View File

@@ -107,7 +107,7 @@ $motd = $motdfetcher->getMOTD();
}
echo "</h2>";
echo "<p>" . implode($motd["content"], "</p>\n<p>") . "</p>";
echo "<p>" . implode($motd["content"], "<br>") . "</p>";
?>
</div>
</main>