diff --git a/index.php b/index.php index dee06cc..6db7cf1 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ echo("

The Server is:

"); echo("

online

"); echo("

running version

"); - echo("

%s


"), $ms->get_versrion(); + printf("

%s


", $ms->get_versrion()); echo("

Players online

"); echo("

%s / %s

)"), $ms->get_current_players(), $ms->get_max_players(); }