From 14ffeaa7aae1a22ec2828a9a8feebae047e9c93a Mon Sep 17 00:00:00 2001 From: thisfro Date: Tue, 6 Oct 2020 13:49:23 +0200 Subject: [PATCH] try to use printf --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }