mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Delete empty command
This commit is contained in:
parent
0c7b9e14a9
commit
ea5d9d40e1
1 changed files with 1 additions and 1 deletions
|
@ -1434,7 +1434,7 @@ final class DifferentialChangesetParser {
|
||||||
$is_last_block
|
$is_last_block
|
||||||
? "Show Last 20 Lines"
|
? "Show Last 20 Lines"
|
||||||
: "\xE2\x96\xBC Show 20 Lines");
|
: "\xE2\x96\xBC Show 20 Lines");
|
||||||
};
|
}
|
||||||
|
|
||||||
$container = javelin_render_tag(
|
$container = javelin_render_tag(
|
||||||
'tr',
|
'tr',
|
||||||
|
|
Loading…
Reference in a new issue