mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-22 22:46:53 +00:00
Update html.php
This commit is contained in:
parent
1f82fa7e0f
commit
e5062bc5dd
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user