diff options
Diffstat (limited to 'app')
| -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"> |
