aboutsummaryrefslogtreecommitdiff
path: root/app/views/feed/add.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-11-11 20:07:10 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-11 20:07:10 +0100
commita29894610ba5021a998389e2d72b0756b564574a (patch)
treeedf281d11a8a45b0e05cd48626a3224a9679d7ac /app/views/feed/add.phtml
parent079b7b961f0eb152debc2e8df3ff99d6e59fe070 (diff)
a to button (#3969)
Diffstat (limited to 'app/views/feed/add.phtml')
-rw-r--r--app/views/feed/add.phtml2
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>