PatchViewer: fix newline
This commit is contained in:
parent
ed8279f590
commit
af17872121
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue