This is an automated email from the ASF dual-hosted git repository.
papegaaij pushed a commit to branch csp
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/csp by this push:
new 5c41181 WICKET-6736: Replaced inline styling with class
5c41181 is described below
commit 5c41181c7edd9713df000b37a60e9a1bc4d82caf
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>