From d41aa84b1342ec8ba352352121755fcd76698613 Mon Sep 17 00:00:00 2001 From: Joseph Date: Tue, 22 Mar 2022 21:08:26 +0000 Subject: [PATCH] [BridgeCard] Use full bridge name in data-ref tag (#1560) Updates the data-ref tag of each bridge card to use the bridge's full name (eg. Apple Music) instead of its filename (eg. AppleMusic). This fixes issues with the search not returned some bridges. --- lib/BridgeCard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BridgeCard.php b/lib/BridgeCard.php index 9eb4c390..96073e5e 100644 --- a/lib/BridgeCard.php +++ b/lib/BridgeCard.php @@ -322,7 +322,7 @@ This bridge is not fetching its content through a secure connection'; } $card = << +

{$name}

{$description}