diff --git a/html/_layouts/default.php b/html/_layouts/default.php
index cabf0079c06145588ae2304ea2a3bf3d1068245e..0a563d306bcf052c14aa992cb4c4641914fcd839 100644
--- a/html/_layouts/default.php
+++ b/html/_layouts/default.php
@@ -19,7 +19,7 @@ foreach( $T as $t ){
 
 
 $spielerdebut=json_encode( db_getLatestFromSpieler() );
-if( ! $spielerdebut ) $spielerdebut=[];
+if( ! $spielerdebut ) $spielerdebut='[]';
 
 
 if( !empty($csv) ){