Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c995c4f93c | ||
|
|
7c12c4ffc1 |
BIN
public/assets/wood_0011_color_1k.jpg
Normal file
BIN
public/assets/wood_0011_color_1k.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
@@ -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