projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4210dab
)
Fixed honeypot in chrome
author
Marcel Werk
<burntime@woltlab.com>
Wed, 8 Apr 2015 12:24:36 +0000
(14:24 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 8 Apr 2015 12:24:36 +0000
(14:24 +0200)
com.woltlab.wcf/templates/register.tpl
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/register.tpl
b/com.woltlab.wcf/templates/register.tpl
index ac83cbb709e4e837bed45c607a71e399120a0132..b75172554bf1215644ccbeed8a4a6738d02c0986 100644
(file)
--- a/
com.woltlab.wcf/templates/register.tpl
+++ b/
com.woltlab.wcf/templates/register.tpl
@@
-30,11
+30,7
@@
<style type="text/css">
#fieldset1 {
- height: 0;
- overflow: hidden;
- position: absolute;
- left: -9000px;
- max-width: 8000px;
+ display: none;
}
</style>
</head>