diff --git a/check.php b/check.php
index 2a62af9..4658f97 100644
--- a/check.php
+++ b/check.php
@@ -21,7 +21,7 @@ class Check {
}
if (!isset($uuid)) {
$name = htmlspecialchars($name, ENT_QUOTES, 'UTF-8');
- $this->println("$name ".$page->lang->check_notjoin);
+ $this->println("$name " . $page->lang->check_notjoin);
return;
}
$href = "history.php?uuid=$uuid";
diff --git a/history.php b/history.php
index 4d99fb0..b3022d0 100644
--- a/history.php
+++ b/history.php
@@ -77,9 +77,9 @@ $name = $page->get_name($uuid);
$name !== null or die($page->lang->history_playernotfound);
if ($staffhistory) {
- $page->name = $page->lang->history_recentby.$name;
+ $page->name = $page->lang->history_recentby . $name;
} else {
- $page->name = $page->lang->history_recentfor.$name;
+ $page->name = $page->lang->history_recentfor . $name;
}
@@ -196,11 +196,11 @@ try {
$page->print_pager($total, $args, $prevargs);
}
} else {
- echo $page->lang->history_nopunishments."
";
+ echo $page->lang->history_nopunishments . "
";
}
if ($from_href !== null) {
- echo "
".$page->lang->history_returnto." $from_title";
+ echo "
" . $page->lang->history_returnto . " $from_title";
}
$page->print_footer();
diff --git a/inc/page.php b/inc/page.php
index 1e858c2..3dc609d 100644
--- a/inc/page.php
+++ b/inc/page.php
@@ -7,7 +7,7 @@ class Page {
require_once './inc/settings.php';
$settings = new Settings();
setlocale(LC_ALL, $settings->lang);
- require_once './lang/'.$settings->lang.'.php';
+ require_once './lang/' . $settings->lang . '.php';
$lang = new Lang();
$this->lang = $lang;
header('Content-Type: text/html; charset=UTF-8');
@@ -327,7 +327,7 @@ class Page {
echo '
lang->index_allsins; ?>