mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-04 05:39:42 +01:00
getBlame: PHP_EOL should be at the end of the line
This commit is contained in:
@@ -105,7 +105,7 @@ class Repository extends BaseRepository
|
||||
);
|
||||
}
|
||||
|
||||
$blame[$i]['line'] .= PHP_EOL . $match[3][0];
|
||||
$blame[$i]['line'] .= $match[3][0] . PHP_EOL;
|
||||
$previousCommit = $currentCommit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user