diff --git a/index.php b/index.php index 25b6536..5f2ba24 100644 --- a/index.php +++ b/index.php @@ -98,7 +98,7 @@ if ($type == "validate") { print(" " . trim($service["start"]["station"]) . "" . $api->validate($service["start"]["station"])[0]["id"] . "\n"); print(" " . $service["start"]["date"] . "\n"); print(" " . $service["start"]["plattform"] . "\n"); - print(" " . htmlspecialchars($service["start"]["prognose"], ENT_XML1, 'UTF-8') . ""); + print(" " . htmlspecialchars($service["start"]["prognose"], ENT_XML1, 'UTF-8') . "\n"); print(" \n"); print(" \n");