PatchViewer: fix newline

This commit is contained in:
Steffen Lange 2021-03-22 10:03:19 +01:00
parent ed8279f590
commit af17872121

View file

@ -71,7 +71,7 @@ $db->sort();
echo '<td>' . htmlentities($patch->getBranch()) . '</td>';
echo '<td>' . htmlentities($patch->getVersion()) . '</td>';
echo '<td>' . date('Y-m-d', $patch->getTimestamp()) . '</td>';
echo '</tr>' . PHP_EOL;
echo '</tr>' . "\n";
}
?>