From 7780df282b43b2602eda9e48c0085e8d2edc9ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Badet=20Aur=C3=A9lien?= Date: Sat, 19 Nov 2016 00:44:23 +0100 Subject: [PATCH] Update html.php --- lib/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html.php b/lib/html.php index 55591259..064fc1ae 100644 --- a/lib/html.php +++ b/lib/html.php @@ -14,7 +14,7 @@ function displayBridgeCard($bridgeName, $formats, $isActive = true){ $bridgeFormats = $bridgeClass::FORMATS; //check if format exists foreach($bridgeFormats as $name){ - if(in_array($name , $formats){ + if(in_array($name , $formats)){ $compatiblesFormats[] = $name ; } }