mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
Update HaveIBeenPwnedBridge.php (#4638)
This commit is contained in:
@@ -48,7 +48,7 @@ class HaveIBeenPwnedBridge extends BridgeAbstract
|
|||||||
. $pwnCount . ' breached accounts';
|
. $pwnCount . ' breached accounts';
|
||||||
$item['dateAdded'] = $breach['AddedDate'];
|
$item['dateAdded'] = $breach['AddedDate'];
|
||||||
$item['breachDate'] = $breach['BreachDate'];
|
$item['breachDate'] = $breach['BreachDate'];
|
||||||
$item['uri'] = self::URI . '/PwnedWebsites#' . $breach['Name'];
|
$item['uri'] = self::URI . '/breach/' . $breach['Name'];
|
||||||
|
|
||||||
$item['content'] = '<p>' . $breach['Description'] . '</p>';
|
$item['content'] = '<p>' . $breach['Description'] . '</p>';
|
||||||
$item['content'] .= '<p>' . $this->breachType($breach) . '</p>';
|
$item['content'] .= '<p>' . $this->breachType($breach) . '</p>';
|
||||||
|
Reference in New Issue
Block a user