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/subscription | |
| parent | 079b7b961f0eb152debc2e8df3ff99d6e59fe070 (diff) | |
a to button (#3969)
Diffstat (limited to 'app/views/subscription')
| -rw-r--r-- | app/views/subscription/add.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml index 72abbeb30..04add0b4f 100644 --- a/app/views/subscription/add.phtml +++ b/app/views/subscription/add.phtml @@ -65,7 +65,7 @@ <div class="group-controls"> <div class="stick"> <input id="http_pass" name="http_pass" type="password" value="" autocomplete="new-password" /> - <a class="btn toggle-password" data-toggle="http_pass"><?= _i('key') ?></a> + <button type="button" class="btn toggle-password" data-toggle="http_pass"><?= _i('key') ?></button> </div> </div> </div> |
