diff options
| author | 2021-11-11 20:07:10 +0100 | |
|---|---|---|
| committer | 2021-11-11 20:07:10 +0100 | |
| commit | a29894610ba5021a998389e2d72b0756b564574a (patch) | |
| tree | edf281d11a8a45b0e05cd48626a3224a9679d7ac /app/views/feed/add.phtml | |
| parent | 079b7b961f0eb152debc2e8df3ff99d6e59fe070 (diff) | |
a to button (#3969)
Diffstat (limited to 'app/views/feed/add.phtml')
| -rw-r--r-- | app/views/feed/add.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml index a585fcedc..2c9c13345 100644 --- a/app/views/feed/add.phtml +++ b/app/views/feed/add.phtml @@ -76,7 +76,7 @@ <div class="group-controls"> <div class="stick"> <input type="password" name="http_pass" id="http_pass" class="extend" value="<?= $auth['password'] ?>" autocomplete="new-password" /> - <a class="btn toggle-password" data-toggle="http_user"><?= _i('key') ?></a> + <button type="button" class="btn toggle-password" data-toggle="http_user"><?= _i('key') ?></button> </div> </div> </div> |
