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 = '';