close #90
This commit is contained in:
parent
f5b475bd5a
commit
496d67505f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue