summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-07-04 14:12:32 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-07-04 14:12:32 +0200
commit6731ffcfc0aa7625985a9550935105e6b9e182ce (patch)
tree0ba2d8fdacb6b7b085d40e937867315befc4c08e /index.php
parent6305d35e7af92375b45a8285e575e2949ba5e723 (diff)
Use bootstrap hidden class to hide the spam prevention field.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index c1b7790..587b105 100644
--- a/index.php
+++ b/index.php
@@ -133,7 +133,7 @@ final class LookingGlass {
}
}
- print '<input type="text" id="dontlook" name="dontlook" placeholder="Don\'t look at me!" />';
+ print '<input type="text" class="hidden" name="dontlook" placeholder="Don\'t look at me!" />';
print '</fieldset>';
print '</form>';
print '</div>';