aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers
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/helpers
parent079b7b961f0eb152debc2e8df3ff99d6e59fe070 (diff)
a to button (#3969)
Diffstat (limited to 'app/views/helpers')
-rw-r--r--app/views/helpers/feed/update.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml
index 50a9ac9cc..703de3202 100644
--- a/app/views/helpers/feed/update.phtml
+++ b/app/views/helpers/feed/update.phtml
@@ -143,7 +143,7 @@
<div class="stick">
<input type="password" name="http_pass_feed<?= $this->feed->id() ?>" id="http_pass_feed<?= $this->feed->id() ?>" value="<?=
$auth['password'] ?>" autocomplete="new-password" />
- <a class="btn toggle-password" data-toggle="http_pass_feed<?= $this->feed->id() ?>"><?= _i('key') ?></a>
+ <button type="button" class="btn toggle-password" data-toggle="http_pass_feed<?= $this->feed->id() ?>"><?= _i('key') ?></button>
</div>
</div>
</div>