diff options
author | 2023-06-08 23:04:16 +0200 | |
---|---|---|
committer | 2023-06-08 23:04:16 +0200 | |
commit | fbaf26e8bf3d61449833e12885778814e82eb168 (patch) | |
tree | 48d686dcedfd9c3e5b14fe03643584a1d003590d /lib/bootstrap.php | |
parent | 95071d0134528ccec51328e26d5c5f14e0db5126 (diff) | |
download | rss-bridge-fbaf26e8bf3d61449833e12885778814e82eb168.tar.gz rss-bridge-fbaf26e8bf3d61449833e12885778814e82eb168.tar.zst rss-bridge-fbaf26e8bf3d61449833e12885778814e82eb168.zip |
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
Diffstat (limited to 'lib/bootstrap.php')
-rw-r--r-- | lib/bootstrap.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 98c7b54d..86182801 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -16,7 +16,6 @@ const PATH_ROOT = __DIR__ . '/../'; /** Path to the bridges library */ -const PATH_LIB_BRIDGES = __DIR__ . '/../bridges/'; /** Path to the formats library */ const PATH_LIB_FORMATS = __DIR__ . '/../formats/'; |