mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 21:43:00 +02:00
theme: Fix spacing of version string in footer.
This commit is contained in:
@@ -194,7 +194,7 @@ sub openpagewithoutmenu {
|
||||
sub closepage () {
|
||||
open(FILE, "</etc/system-release");
|
||||
my $system_release = <FILE>;
|
||||
$system_release =~ s/core/Core Update/;
|
||||
$system_release =~ s/core/Core Update /;
|
||||
close(FILE);
|
||||
|
||||
print <<END;
|
||||
|
||||
Reference in New Issue
Block a user