Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Oct 30, 2024
2 parents 9ee14d7 + cc5be54 commit 7c2c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ytemplates/classic/value.spam_protection.tpl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="<?= $this->getHTMLId() ?>">
<label for="<?= $this->getFieldId() ?>"><?= $this->getLabel() ?></label>
<input id="<?= $this->getFieldId() ?>"
<label for="<?= $this->getFieldId() ?>" aria-hidden="true" role="none"><?= $this->getLabel() ?></label>
<input id="<?= $this->getFieldId() ?>" aria-hidden="true"
name="<?= $this->getFieldId() ?>" type="email"
autocomplete="off" tabindex="-1">
<input id="<?= $this->getFieldId() ?>_microtime"
Expand Down

0 comments on commit 7c2c3e6

Please sign in to comment.