Add a lil newline here
This commit is contained in:
parent
29dd0d862c
commit
78fb43a6ba
@ -145,7 +145,7 @@ sub startup($self) {
|
||||
# Hide a version string to check build later
|
||||
if (my $version = $self->config->{'version'}) {
|
||||
$r->get('/version', sub ($c) {
|
||||
$c->render(text => $version)
|
||||
$c->render(text => $version . "\n")
|
||||
})->name('version_string');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user