diff options
| author | 2021-10-14 13:24:05 +0200 | |
|---|---|---|
| committer | 2021-10-14 13:24:05 +0200 | |
| commit | b673c53e07cc9b5ffb321485df3da0b50062473f (patch) | |
| tree | 974cbd921078331bd9b2b7fc27f742d6ea20ce74 | |
| parent | a473b90ff9533687e1347aed0d3b9ceaa5e66aab (diff) | |
fix (#3883)
| -rw-r--r-- | app/views/user/details.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/details.phtml b/app/views/user/details.phtml index 582910285..6d55bb811 100644 --- a/app/views/user/details.phtml +++ b/app/views/user/details.phtml @@ -7,7 +7,7 @@ <div class="post"> <a href="<?= _url('user', 'manage'); ?>"><?= _t('admin.user.back_to_manage'); ?></a> - <legend><?= $this->username ?><?php if ($isAdmin) echo ' ― ', _t('admin.user.admin'); ?></legend> + <h1><?= $this->username ?><?php if ($isAdmin) echo ' ― ', _t('admin.user.admin'); ?></h1> <form method="post" action="<?= _url('user', 'manage', 'username', $this->username); ?>"> <input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken(); ?>" /> |
