This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit b6c07283927f63888159a0f150f7f406df1362e2 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Tue Jun 13 10:59:07 2023 +0300 WICKET-7060: Minor improvements to wicket-examples Use "DOCTYPE html" Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- .../src/main/java/org/apache/wicket/examples/WicketExamplePage.html | 1 + 1 file changed, 1 insertion(+) diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html index d57c44dde9..7577163e61 100644 --- a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html +++ b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExamplePage.html @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
