diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index b70e7e2ab..31aaf67a0 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -293,6 +293,7 @@ HTML; if ($src != null) { $result = [ 'url' => $src, + 'medium' => 'image', ]; yield Minz_Helper::htmlspecialchars_utf8($result); } |
