1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02:00

[FirefoxAddonsBridge] Minor change to item content html (#4647)

This commit is contained in:
Joseph
2025-08-04 13:27:40 +01:00
committed by GitHub
parent 93de253d01
commit 640503168e

View File

@@ -58,13 +58,13 @@ class FirefoxAddonsBridge extends BridgeAbstract
} }
$item['content'] = <<<EOD $item['content'] = <<<EOD
<strong>Release Notes</strong> <p><strong>Release Notes</strong></p>
<p>{$releaseNotes}</p> <p>{$releaseNotes}</p>
<strong>Compatibility</strong> <p><strong>Compatibility</strong></p>
<p>{$compatibility}</p> <p>{$compatibility}</p>
<strong>License</strong> <p><strong>License</strong></p>
<p>{$license}</p> <p>{$license}</p>
<strong>Download</strong> <p><strong>Download</strong></p>
<p><a href="{$downloadlink}">{$xpiFilename}</a> ($size)</p> <p><a href="{$downloadlink}">{$xpiFilename}</a> ($size)</p>
EOD; EOD;