mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-12 23:14:43 +02:00
fix(html_format): add spacing below date if author is missing (#3425)
* small ui tweak * remove unused <div> * refactor: rename method * refactor: inline const * refactor
This commit is contained in:
parent
95071d0134
commit
fbaf26e8bf
11 changed files with 14 additions and 31 deletions
|
@ -21,7 +21,7 @@ class SetBridgeCacheAction implements ActionInterface
|
|||
|
||||
$key = $request['key'] or returnClientError('You must specify key!');
|
||||
|
||||
$bridgeFactory = new \BridgeFactory();
|
||||
$bridgeFactory = new BridgeFactory();
|
||||
|
||||
$bridgeClassName = null;
|
||||
if (isset($request['bridge'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue