aboutsummaryrefslogtreecommitdiff
path: root/app/views/entry/read.phtml
blob: 071782895cd39dca7652e3e27f0eae748bd5ddec (plain)
1
2
3
4
5
6
7
8
9
<?php
declare(strict_types=1);
/** @var FreshRSS_View $this */
header('Content-Type: application/json; charset=UTF-8');

FreshRSS::loadStylesAndScripts();
echo json_encode([
		'tags' => $this->tagsForEntries,
	]);