This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 3411ef1 WICKET-6736: Replaced inline styling with class
3411ef1 is described below
commit 3411ef1deca0cf273e779b82bdebdbfc743e3e11
Author: Emond Papegaaij <[email protected]>
AuthorDate: Tue Feb 4 21:26:39 2020 +0100
WICKET-6736: Replaced inline styling with class
---
.../main/java/org/apache/wicket/markup/html/pages/BrowserInfoForm.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/wicket-core/src/main/java/org/apache/wicket/markup/html/pages/BrowserInfoForm.html
b/wicket-core/src/main/java/org/apache/wicket/markup/html/pages/BrowserInfoForm.html
index add368f..aa06f69 100644
---
a/wicket-core/src/main/java/org/apache/wicket/markup/html/pages/BrowserInfoForm.html
+++
b/wicket-core/src/main/java/org/apache/wicket/markup/html/pages/BrowserInfoForm.html
@@ -18,7 +18,7 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
- <form name="postback" wicket:id="postback"
style="position:absolute; left: -10000px;">
+ <form name="postback" wicket:id="postback"
class="wicket--hidden-fields">
</form>
</wicket:panel>
</html>