Fixed honeypot in chrome
authorMarcel Werk <burntime@woltlab.com>
Wed, 8 Apr 2015 12:24:36 +0000 (14:24 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 8 Apr 2015 12:24:36 +0000 (14:24 +0200)
com.woltlab.wcf/templates/register.tpl

index ac83cbb709e4e837bed45c607a71e399120a0132..b75172554bf1215644ccbeed8a4a6738d02c0986 100644 (file)
        
        <style type="text/css"> 
                #fieldset1 {
-                       height: 0;
-                       overflow: hidden;
-                       position: absolute;
-                       left: -9000px;
-                       max-width: 8000px; 
+                       display: none;
                }
        </style>
 </head>