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:
Dag 2023-06-08 23:04:16 +02:00 committed by GitHub
parent 95071d0134
commit fbaf26e8bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 31 deletions

View file

@ -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/';