This commit is contained in:
Rodolfo Berrios 2021-07-13 13:28:17 -04:00
parent f5b475bd5a
commit 496d67505f
No known key found for this signature in database
GPG key ID: A5329E17FAA2FA7A

View file

@ -146,7 +146,7 @@
foreach (['json', 'xml'] as $format) {
echo ' <link rel="alternate" type="application/'.$format.'+oembed" href="'
. G\get_base_url('oembed/?url='.urlencode(get_image()['url_viewer']).'&format='. $format)
. '" title="'.get_image()['title'].'">' . "\n";
. '" title="'.get_safe_html_doctitle()['title'].'">' . "\n";
} ?>
<link rel="image_src" href="<?php echo get_image()['url']; ?>">
<?php