From 0b04b2bc8be553f4529d06f41d174c65a2a9cc0d Mon Sep 17 00:00:00 2001 From: Gnieark Date: Mon, 6 Jun 2016 11:14:10 +0200 Subject: [PATCH] fix --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index bf758f4..863bcf7 100644 --- a/html/index.php +++ b/html/index.php @@ -256,7 +256,7 @@ if (isset($_POST['xd_check'])){ if(($currentArena == "") && (!isset($_GET['doc']))){ echo ' class="selected"'; } - echo '>'.$lang['HOME'.''; + echo '>'.$lang['HOME'].''; foreach($arenas as $arena){ if( $arena['id'] == $currentArena){