refactor: html format (#3062)

* refactor: html format

Fix a few small bugs too

* fix

* fix

* trigger build

* striptags instead of encode title
This commit is contained in:
Dag 2022-10-16 12:03:57 +02:00 committed by GitHub
parent 78fa03238c
commit e21394d2d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 141 additions and 121 deletions

View file

@ -42,7 +42,7 @@ interface FormatInterface
* Return items
*
* @throws \LogicException if the items are not set
* @return array The items
* @return FeedItem[] The items
*/
public function getItems();