Skip to content

Commit

Permalink
Reverted accidental change [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 23, 2018
1 parent 100d052 commit 9a3b3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/controllers/ReleaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ protected function closeChangelogs($what, $version)

protected function openChangelogs($what, $version)
{
$headline = "\n$version under development\R";
$headline = "\n$version under development\n";
$headline .= str_repeat('-', \strlen($headline) - 2) . "\n\n- no changes in this release.\n";
foreach ($this->getChangelogs($what) as $file) {
$lines = explode("\n", file_get_contents($file));
Expand Down

0 comments on commit 9a3b3a7

Please sign in to comment.