forked from wallabag/wallabag
Use graby ContentExtractor to clean html
It might be better to re-use some graby functionalities to clean html instead of building a new system.
This commit is contained in:
@ -336,7 +336,6 @@ class EntryRestController extends WallabagRestController
|
||||
$entry->setUrl($url);
|
||||
}
|
||||
|
||||
|
||||
if (!empty($tags)) {
|
||||
$this->get('wallabag_core.tags_assigner')->assignTagsToEntry($entry, $tags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user