mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 23:39:56 +02:00
Update HaveIBeenPwnedBridge.php (#4638)
This commit is contained in:
parent
a2334838a6
commit
85497238c5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class HaveIBeenPwnedBridge extends BridgeAbstract
|
|||
. $pwnCount . ' breached accounts';
|
||||
$item['dateAdded'] = $breach['AddedDate'];
|
||||
$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>' . $this->breachType($breach) . '</p>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue