mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 22:30:13 +02:00
[FirefoxAddonsBridge] Minor change to item content html (#4647)
This commit is contained in:
parent
93de253d01
commit
640503168e
1 changed files with 4 additions and 4 deletions
|
@ -58,13 +58,13 @@ class FirefoxAddonsBridge extends BridgeAbstract
|
|||
}
|
||||
|
||||
$item['content'] = <<<EOD
|
||||
<strong>Release Notes</strong>
|
||||
<p><strong>Release Notes</strong></p>
|
||||
<p>{$releaseNotes}</p>
|
||||
<strong>Compatibility</strong>
|
||||
<p><strong>Compatibility</strong></p>
|
||||
<p>{$compatibility}</p>
|
||||
<strong>License</strong>
|
||||
<p><strong>License</strong></p>
|
||||
<p>{$license}</p>
|
||||
<strong>Download</strong>
|
||||
<p><strong>Download</strong></p>
|
||||
<p><a href="{$downloadlink}">{$xpiFilename}</a> ($size)</p>
|
||||
EOD;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue