0
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-13 11:03:17 +00:00

Update DockerHubBridge.php

This commit is contained in:
Bocki 2024-10-16 15:45:00 +02:00 committed by GitHub
parent 63c16e470d
commit 0864701dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ class DockerHubBridge extends BridgeAbstract
$item['content'] = <<<EOD
<Strong>Tag</strong><br>
<p>{$result->name}</p>
<Strong>Last pushed</strong><br>
<Strong> Last pushed</strong><br>
<p>{$lastPushed}</p>
<Strong>Images</strong><br>
{$this->getImagesTable($result)}