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:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user