diff options
| author | 2021-10-14 13:59:31 +0200 | |
|---|---|---|
| committer | 2021-10-14 13:59:31 +0200 | |
| commit | ebf9c70ebd4356d98fa7c2513aaab48fa14c7c9b (patch) | |
| tree | 122cc406a5ae0b6bb88fe517dd34b325133e961b /app/views/index/reader.phtml | |
| parent | 7b15ffc838bcd63cc0716eccd2e39fdd0665d76d (diff) | |
Automatic fix minor syntax previous commits
Diffstat (limited to 'app/views/index/reader.phtml')
| -rw-r--r-- | app/views/index/reader.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml index 86b27ea93..69f000835 100644 --- a/app/views/index/reader.phtml +++ b/app/views/index/reader.phtml @@ -37,7 +37,7 @@ $content_width = FreshRSS_Context::$user_conf->content_width; $readUrl['params']['is_read'] = 0; } ?> - <? if (FreshRSS_Auth::hasAccess()) { ?> + <?php if (FreshRSS_Auth::hasAccess()) { ?> <a class="read" href="<?= Minz_Url::display($readUrl) ?>"> <?= _i($item->isRead() ? 'read' : 'unread') ?> </a> |
