diff options
| author | 2022-08-11 00:10:41 +0200 | |
|---|---|---|
| committer | 2022-08-11 00:10:41 +0200 | |
| commit | aaf15fba7d3b4334e938956c1d1260a7cf76a4fa (patch) | |
| tree | deae6995f8d181f0cf83839cbb0cd9e4b5f095e5 /app/layout/aside_feed.phtml | |
| parent | 09aeeeb3254b2b7ad6d588bc21223d567390ae58 (diff) | |
Update aside_feed.phtml (#4498)
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 248c6174c..3ddb958f2 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -22,7 +22,7 @@ <a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add') ?></a> </div> <?php } elseif (FreshRSS_Auth::accessNeedsLogin()) { ?> - <a href="<?= _url('index', 'about') ?>"><?= _t('index.menu.about') ?></a> + <a href="<?= _url('index', 'about') ?>" class="about"><?= _t('index.menu.about') ?></a> <?php } ?> <form id="mark-read-aside" method="post"> |
