1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 13:51:28 +00:00

deal with phpstan warnings in plugins/note, nsfw, and share

This commit is contained in:
Andrew Dolgov
2021-11-14 21:20:59 +03:00
parent 5f808051b2
commit 242cf916ef
3 changed files with 12 additions and 8 deletions

View File

@@ -194,10 +194,7 @@ class Share extends Plugin {
strip_tags($content_decoded)
)
), 500, "...")) ?>">
<?php if ($og_image) { ?>
<meta property='og:image' content="<?= htmlspecialchars($og_image) ?>">
<?php } ?>
<meta property='og:image' content="<?= htmlspecialchars($og_image) ?>">
</head>
<body class='flat ttrss_utility ttrss_zoom css_loading'>