We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4dd0f commit 8322243Copy full SHA for 8322243
app/design/frontend/base/default/template/hackathon/honeyspam/honeypot.phtml
@@ -27,4 +27,4 @@
27
<?php
28
/* @var $this Hackathon_HoneySpam_Block_Honeypot */
29
?>
30
-<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 commit comments