Skip to content

Commit

Permalink
removed id attribute from honeypot, fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
sprankhub authored Aug 15, 2018
1 parent cb4dd0f commit 8322243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<?php
/* @var $this Hackathon_HoneySpam_Block_Honeypot */
?>
<input id="<?php echo $this->quoteEscape($this->getHoneypotName()); ?>" class="mhhs-input" type="text" name="<?php echo $this->quoteEscape($this->getHoneypotName()); ?>" autocomplete="off" autofill="off" />
<input class="mhhs-input" type="text" name="<?php echo $this->quoteEscape($this->getHoneypotName()); ?>" autocomplete="off" autofill="off" />

0 comments on commit 8322243

Please sign in to comment.