Decode entities in pinboard text output
This commit is contained in:
@@ -61,7 +61,7 @@ final class PinboardController extends AbstractFrontendModuleController
|
||||
$notes[] = [
|
||||
'id' => (int) $entry->id,
|
||||
'headline' => (string) $entry->ueberschrift,
|
||||
'text' => (string) $entry->text,
|
||||
'text' => StringUtil::decodeEntities((string) $entry->text),
|
||||
'link' => $this->resolveLink((string) $entry->link),
|
||||
'dateAdded' => (int) $entry->dateAdded,
|
||||
'dateModified' => (int) $entry->dateModified,
|
||||
|
||||
Reference in New Issue
Block a user