diff --git a/index.php b/index.php
index dd2cd88..dee06cc 100644
--- a/index.php
+++ b/index.php
@@ -12,9 +12,9 @@
echo("
The Server is:
");
echo("online
");
echo("running version
");
- echo("%s
", $ms->get_versrion());
+ echo("%s
"), $ms->get_versrion();
echo("Players online
");
- echo("%s / %s
)", $ms->get_current_players(), $ms->get_max_players());
+ echo("%s / %s
)"), $ms->get_current_players(), $ms->get_max_players();
}
else {
echo("The Server is:
");