IwaraResolver 説明をtrim
This commit is contained in:
parent
c73141c1d3
commit
8d53c0f175
@ -34,7 +34,7 @@ class IwaraResolver implements Resolver
|
||||
array_push($tags, $author);
|
||||
|
||||
$metadata->title = $title;
|
||||
$metadata->description = '投稿者: ' . $author . PHP_EOL . $description;
|
||||
$metadata->description = '投稿者: ' . $author . PHP_EOL . trim($description);
|
||||
$metadata->tags = $tags;
|
||||
|
||||
// iwara video
|
||||
|
Loading…
Reference in New Issue
Block a user