diff --git a/PatchViewer.php b/PatchViewer.php
index 891145a..29accbd 100644
--- a/PatchViewer.php
+++ b/PatchViewer.php
@@ -71,7 +71,7 @@ $db->sort();
echo '
' . htmlentities($patch->getBranch()) . ' | ';
echo '' . htmlentities($patch->getVersion()) . ' | ';
echo '' . date('Y-m-d', $patch->getTimestamp()) . ' | ';
- echo '' . PHP_EOL;
+ echo '' . "\n";
}
?>