From 69ffba34e8d06ba744476affc11421b95f90e7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Badet=20Aur=C3=A9lien?= Date: Sat, 19 Nov 2016 00:52:49 +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 10c1fa64..cb795a38 100644 --- a/lib/html.php +++ b/lib/html.php @@ -20,7 +20,7 @@ function displayBridgeCard($bridgeName, $formats, $isActive = true){ } } // if no compatible format, nevermind - if (count($compatiblesFormats) == 0){$compatiblesFormats = $formats}; + if (count($compatiblesFormats) == 0){$compatiblesFormats = $formats;} $getHelperButtonsFormat = function($compatiblesFormats){ $buttons = '';