This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a1b3af  polish HTML
8a1b3af is described below

commit 8a1b3afe1cd80158d70e93162f1d41c42045d69c
Author: Oliver Lietz <[email protected]>
AuthorDate: Sun Sep 22 14:06:57 2019 +0200

    polish HTML
---
 src/test/resources/initial-content/apps/groovy/page/adaptto/html.gst | 2 +-
 src/test/resources/initial-content/apps/groovy/page/simple/html.gst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/test/resources/initial-content/apps/groovy/page/adaptto/html.gst 
b/src/test/resources/initial-content/apps/groovy/page/adaptto/html.gst
index 2c051e4..1be8198 100644
--- a/src/test/resources/initial-content/apps/groovy/page/adaptto/html.gst
+++ b/src/test/resources/initial-content/apps/groovy/page/adaptto/html.gst
@@ -20,7 +20,7 @@
 <%
     def page = request.adaptTo(org.apache.sling.scripting.groovy.it.app.Page)
 %>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <title>$page.title</title>
diff --git 
a/src/test/resources/initial-content/apps/groovy/page/simple/html.gst 
b/src/test/resources/initial-content/apps/groovy/page/simple/html.gst
index e0a612e..94d266c 100644
--- a/src/test/resources/initial-content/apps/groovy/page/simple/html.gst
+++ b/src/test/resources/initial-content/apps/groovy/page/simple/html.gst
@@ -17,7 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <title>$resource.valueMap.title</title>

Reply via email to