This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git
The following commit(s) were added to refs/heads/master by this push:
new 17f01a7 Resolving accessibility and best practices issues identified
in SLING-8278
17f01a7 is described below
commit 17f01a71f9bead349f0e022b19ceb6b8a1154011
Author: Dan Klco <[email protected]>
AuthorDate: Wed Mar 6 14:06:31 2019 -0500
Resolving accessibility and best practices issues identified in SLING-8278
---
src/main/resources/org/apache/sling/auth/form/impl/login.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/org/apache/sling/auth/form/impl/login.html
b/src/main/resources/org/apache/sling/auth/form/impl/login.html
index 5816904..8d98729 100644
--- a/src/main/resources/org/apache/sling/auth/form/impl/login.html
+++ b/src/main/resources/org/apache/sling/auth/form/impl/login.html
@@ -1,5 +1,5 @@
-
-<html>
+<!DOCTYPE html>
+<html lang="en">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -29,10 +29,10 @@
<div class="Grid Fit-Medium Home-Grid">
<div class="Gradient"></div>
<header class="Cell Medium-35 Large-25 Align-Center Logos">
- <a href="http://sling.apache.org" target="_blank"
id="sling-logo" title="Visit the Apache Sling website">
+ <a href="http://sling.apache.org" target="_blank"
rel="noopener" id="sling-logo" title="Visit the Apache Sling website">
<img src="../../../content/starter/sling-logo.svg"
alt="Apache Sling Logo"/>
</a>
- <a href="http://apache.org" target="_blank" id="asf-logo"
title="Visit the Apache Software Foundation website">
+ <a href="http://apache.org" target="_blank" rel="noopener"
id="asf-logo" title="Visit the Apache Software Foundation website">
<img src="../../../content/starter/img/asf-logo.svg"
alt="Apache Software Foundation Logo"/>
</a>
</header>